summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Menšík <pemensik@redhat.com>2017-07-14 11:27:31 +0200
committerPetr Menšík <pemensik@redhat.com>2017-07-14 16:49:47 +0200
commit508d6434801032cba16dc78169a2ce062456f4eb (patch)
tree538e5c30fb99fbc733cb986373a358f6e03e316f
parent43f0ac7c917dc00ae13abe02b4a57cf9a67e6854 (diff)
downloadbind-508d6434801032cba16dc78169a2ce062456f4eb.tar.gz
bind-508d6434801032cba16dc78169a2ce062456f4eb.tar.xz
bind-508d6434801032cba16dc78169a2ce062456f4eb.zip
Use distribution flags for modules
-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