From 508d6434801032cba16dc78169a2ce062456f4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 14 Jul 2017 11:27:31 +0200 Subject: [PATCH] Use distribution flags for modules --- bind.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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