Skip to content

Commit

Permalink
fixed bug in compile_leveldb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arnimarj@gmail.com committed May 24, 2012
1 parent feb299d commit fd1de71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile_leveldb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e;

(
#svn checkout http://snappy.googlecode.com/svn/trunk/ snappy-read-only;
svn checkout http://snappy.googlecode.com/svn/trunk/ snappy-read-only;
cd snappy-read-only;
./autogen.sh;
./configure --enable-shared=no --enable-static=yes;
Expand All @@ -12,7 +12,7 @@ set -e;
)

(
#git clone https://code.google.com/p/leveldb/ || (cd leveldb; git pull);
git clone https://code.google.com/p/leveldb/ || (cd leveldb; git pull);
cd leveldb;
make clean;
make OPT='-fPIC -O2 -DNDEBUG -DSNAPPY -I../snappy-read-only' SNAPPY_CFLAGS=''
Expand Down

0 comments on commit fd1de71

Please sign in to comment.