netcdf: fix build (#8881)

Effort to fix:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47295
This commit is contained in:
DavidKorczynski 2022-10-27 21:58:13 -04:00 committed by GitHub
parent aff680d3e2
commit 392c45669a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
#
################################################################################
export CFLAGS="$CFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"
# build project
mkdir build
cd build