diff options
author | Gary Lowell <glowell@inktank.com> | 2013-02-15 17:58:48 -0800 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-02-26 19:28:48 -0800 |
commit | 5397a68f257b9b07c89e85d713696087f84ebe06 (patch) | |
tree | 733aad7bb0e6aaaeff58db9b508ae99703c2a61b /autogen.sh | |
parent | aa79077c2442e518c11f3d1885461d734909370b (diff) | |
download | ceph-wip-system-leveldb.tar.gz |
Build: Change build to always use system leveldbwip-system-leveldb
Dynamically link to the leveldb installed on the system rather than statically
linking ceph copy. Remove the --with-system-leveldb config option, and add
a requirement for leveldb libraries for rpm and debian packages. Bug 3945.
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 9d6a77bae63..f90c49de20a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,5 +19,4 @@ autoconf autoheader automake -a --add-missing -Wall ( cd src/gtest && autoreconf -fvi; ) -( cd src/leveldb && mkdir -p m4 && autoreconf -fvi; ) exit |