rocksdb: fix build (#7905)

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47110
This commit is contained in:
DavidKorczynski 2022-06-22 13:45:31 -02:00 committed by GitHub
parent 0a577f2624
commit 7aa82f920a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
#
################################################################################
export CFLAGS="${CFLAGS} -DNDEBUG"
export CXXFLAGS="${CXXFLAGS} -DNDEBUG"
cd $SRC/LPM
export PKG_CONFIG_PATH=$PWD:$PWD/external.protobuf/lib/pkgconfig/
export PATH=$PWD/external.protobuf/bin:$PATH