diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-01 12:11:09 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-02-01 12:11:09 +0100 |
| commit | 81a83f1142e89171af556141112faae3e9c2fdad (patch) | |
| tree | 7dddc8d56d4117c6fae0827c4261e8478529fb87 /test | |
| parent | a1b1c4312e1270b2f5dcb44e2ba2727711cbb80f (diff) | |
| download | PROJ-81a83f1142e89171af556141112faae3e9c2fdad.tar.gz PROJ-81a83f1142e89171af556141112faae3e9c2fdad.zip | |
test/fuzzers/build.sh: statically link sqlite3 for i386 builds
Diffstat (limited to 'test')
| -rwxr-xr-x | test/fuzzers/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzers/build.sh b/test/fuzzers/build.sh index 5e60c16d..1b2bf79c 100755 --- a/test/fuzzers/build.sh +++ b/test/fuzzers/build.sh @@ -55,7 +55,7 @@ SQLITE3_CFLAGS=-I/usr/include SQLITE3_LIBS=-lsqlite3 TIFF_CFLAGS=-I$SRC/install/ make clean -s make -j$(nproc) -s -EXTRA_LIBS="-lpthread -lsqlite3 -Wl,-Bstatic -L$SRC/install/lib -ltiff -lcurl -lssl -lcrypto -lz -Wl,-Bdynamic" +EXTRA_LIBS="-lpthread -Wl,-Bstatic -lsqlite3 -L$SRC/install/lib -ltiff -lcurl -lssl -lcrypto -lz -Wl,-Bdynamic" build_fuzzer() { |
