diff options
author | Sage Weil <sage@redhat.com> | 2015-10-17 21:43:11 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2015-10-17 21:56:18 +0200 |
commit | ba0d2c333d150fedbdf5073322317bcecbf0ed40 (patch) | |
tree | be7ed5603045c5d67b44ee817bfe9d85daab0c6a /autogen.sh | |
parent | Makefile: link libos.a statically (no .la) (diff) | |
download | ceph-ba0d2c333d150fedbdf5073322317bcecbf0ed40.tar.xz ceph-ba0d2c333d150fedbdf5073322317bcecbf0ed40.zip |
rocksdb: build rocksdb with its own Makefile
This lets us track upstream without mantaining our own autotools fork.
Move back to rocksdb vanilla 3.11.2 (without our autotools patches).
Signed-off-by: Sage Weil <sage@redhat.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 99d4f7b4466..b6f502940b7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -46,5 +46,4 @@ autoconf autoheader automake -a --add-missing -Wall ( cd src/gmock && autoreconf -fvi; ) -( cd src/rocksdb && autoreconf -fvi; ) exit |