summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bind.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 06c1bcb..64688c0 100644
--- a/bind.spec
+++ b/bind.spec
@@ -488,7 +488,7 @@ popd
popd
pushd modules
for DIR in bdbhpt filesystem ldap mysql mysqldyn sqlite3; do
- make -C $DIR
+ make -C $DIR CFLAGS="-fPIC -I../include $CFLAGS $LDFLAGS"
done
popd
popd