From 508d6434801032cba16dc78169a2ce062456f4eb Mon Sep 17 00:00:00 2001 From: Petr Menšík Date: Jul 14 2017 14:49:47 +0000 Subject: Use distribution flags for modules --- 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