Skip to content

Commit

Permalink
remove libs3 submodule
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Jul 30, 2015
1 parent bbe8457 commit a634ab3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 211 deletions.
1 change: 0 additions & 1 deletion .gitmodule_mirrors
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Only used by autobuild-ceph.
ceph-object-corpus git://apt-mirror.front.sepia.ceph.com/ceph-object-corpus.git
src/civetweb git://apt-mirror.front.sepia.ceph.com/civetweb.git
src/libs3 git://apt-mirror.front.sepia.ceph.com/libs3.git
src/mongoose git://apt-mirror.front.sepia.ceph.com/mongoose.git
src/leveldb git://apt-mirror.front.sepia.ceph.com/leveldb.git
src/erasure-code/jerasure/jerasure git://apt-mirror.front.sepia.ceph.com/jerasure.git
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "ceph-object-corpus"]
path = ceph-object-corpus
url = https://github.com/ceph/ceph-object-corpus.git
[submodule "src/libs3"]
path = src/libs3
url = https://github.com/ceph/libs3.git
[submodule "src/civetweb"]
path = src/civetweb
url = https://github.com/ceph/civetweb
Expand Down
11 changes: 0 additions & 11 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -813,17 +813,6 @@ if test "x$with_jemalloc" = "xyes"; then
fi
fi

# use system libs3?
AC_ARG_WITH([system-libs3],
[AS_HELP_STRING([--with-system-libs3], [use system libs3])],
,
[with_system_libs3=no])
AS_IF([test "x$with_system_libs3" = xyes],
[AC_CHECK_LIB([s3], [S3_initialize], [true], [AC_MSG_FAILURE([libs3 not found])], [-lpthread])])
AS_IF([test "x$with_system_libs3" = xcheck],
[AC_SEARCH_LIBS([S3_initialize], [s3], [with_system_libs3=yes], [true], [-lpthread])])
AM_CONDITIONAL(WITH_SYSTEM_LIBS3, [ test "$with_system_libs3" = "yes" ])

# needs libcurl and libxml2
if test "x$with_rest_bench" = xyes && test "x$with_system_libs3" = xno; then
AC_CHECK_LIB([curl], [curl_easy_init], [], AC_MSG_ERROR([libcurl not found]))
Expand Down
174 changes: 0 additions & 174 deletions qa/rgw/s3.sh

This file was deleted.

19 changes: 1 addition & 18 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include Makefile-env.am

SUBDIRS += ocf java tracing
DIST_SUBDIRS += gmock ocf libs3 java tracing
DIST_SUBDIRS += gmock ocf java tracing

if NO_GIT_VERSION
export NO_VERSION="yes"
Expand Down Expand Up @@ -109,23 +109,6 @@ EXTRA_DIST += \
yasm-wrapper

EXTRA_DIST += \
libs3/COPYING \
libs3/ChangeLog \
libs3/GNUmakefile \
libs3/GNUmakefile.mingw \
libs3/GNUmakefile.osx \
libs3/INSTALL \
libs3/LICENSE \
libs3/README \
libs3/TODO \
libs3/archlinux \
libs3/debian \
libs3/doxyfile \
libs3/inc \
libs3/libs3.spec \
libs3/mswin \
libs3/src \
libs3/test \
unittest_bufferlist.sh


Expand Down
1 change: 0 additions & 1 deletion src/libs3
Submodule libs3 deleted from dcf98f
3 changes: 0 additions & 3 deletions src/script/dep-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ do
done

echo -e "\nSource Code Dependencies:\n"
echo "src/libs3"
echo " Name: libs3"
echo " License: GPLv3"
echo "src/leveldb"
echo " Name: leveldb"
echo " License: Google Public License"
Expand Down

0 comments on commit a634ab3

Please sign in to comment.