fix build bug from recent commit:43c386b72e

This commit is contained in:
dyu 2013-12-27 15:19:31 +08:00
parent a094f3b3b5
commit 9d4dc0da27

View file

@ -198,7 +198,7 @@ EOF
} }
EOF EOF
if [ "$?" = 0 ]; then if [ "$?" = 0 ]; then
COMMON_FLAGS="$PLATFORM_LDFLAGS -DROCKSDB_FALLOCATE_PRESENT" COMMON_FLAGS="$COMMON_FLAGS $PLATFORM_LDFLAGS -DROCKSDB_FALLOCATE_PRESENT"
fi fi
# Test whether Snappy library is installed # Test whether Snappy library is installed