summaryrefslogtreecommitdiffstats
path: root/bind-9.4.1-ldap-api.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-02-11 17:11:26 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-02-11 17:11:26 +0000
commitbbeea42ab3194cda396fdf32e9ee516cec4bb3ca (patch)
tree9b777a864c486e21af457cae2ebc188ad676bb6a /bind-9.4.1-ldap-api.patch
parente31eda425bcf9874906f356b197ce4df0e70cec9 (diff)
downloadbind-bbeea42ab3194cda396fdf32e9ee516cec4bb3ca.tar.gz
bind-bbeea42ab3194cda396fdf32e9ee516cec4bb3ca.tar.xz
bind-bbeea42ab3194cda396fdf32e9ee516cec4bb3ca.zip
- build with -D_GNU_SOURCE (#431734)
- improved fix for #253537, posttrans script is now used - improved fix for #400461 - 9.5.0b2 - bind-9.3.2b1-PIE.patch replaced by bind-9.5-PIE.patch - only named, named-sdb and lwresd are PIE - bind-9.5-sdb.patch has been updated - bind-9.5-libidn.patch has been updated - bind-9.4.0-sdb-sqlite-bld.patch replaced by bind-9.5-sdb-sqlite-bld.patch - removed bind-9.5-gssapi-header.patch (upstream) - removed bind-9.5-CVE-2008-0122.patch (upstream) - removed bind-9.2.2-nsl.patch
Diffstat (limited to 'bind-9.4.1-ldap-api.patch')
-rw-r--r--bind-9.4.1-ldap-api.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/bind-9.4.1-ldap-api.patch b/bind-9.4.1-ldap-api.patch
index e040a84..46347a2 100644
--- a/bind-9.4.1-ldap-api.patch
+++ b/bind-9.4.1-ldap-api.patch
@@ -4,8 +4,8 @@
MANOBJS = ${MANPAGES} ${HTMLPAGES}
--EXT_CFLAGS = -fPIE
-+EXT_CFLAGS = -fPIE -DLDAP_DEPRECATED
+-EXT_CFLAGS = -fpie
++EXT_CFLAGS = -fpie -DLDAP_DEPRECATED
@BIND9_MAKE_RULES@