diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-04-18 11:25:21 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-04-18 11:25:21 +0000 |
| commit | 205d5ef896f7cb087c96cec1935440c70602d58f (patch) | |
| tree | dafd4faea630af57bdcb3bab34dc26675dbd50d7 /bind-9.4.0-dig-idn.patch | |
| parent | 0c76cb393423432903172be2102085bf4819d773 (diff) | |
| download | bind-205d5ef896f7cb087c96cec1935440c70602d58f.tar.gz bind-205d5ef896f7cb087c96cec1935440c70602d58f.tar.xz bind-205d5ef896f7cb087c96cec1935440c70602d58f.zip | |
- renamed idn patchesbind-9_4_0-7_fc7
- named could find zone to freeze correctly now (#236426)
Diffstat (limited to 'bind-9.4.0-dig-idn.patch')
| -rw-r--r-- | bind-9.4.0-dig-idn.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bind-9.4.0-dig-idn.patch b/bind-9.4.0-dig-idn.patch new file mode 100644 index 0000000..e5a475c --- /dev/null +++ b/bind-9.4.0-dig-idn.patch @@ -0,0 +1,24 @@ +--- bind-9.4.0/bin/dig/Makefile.in.idn 2007-04-16 15:46:29.000000000 +0200 ++++ bind-9.4.0/bin/dig/Makefile.in 2007-04-16 15:50:24.000000000 +0200 +@@ -24,7 +24,7 @@ + @BIND9_MAKE_INCLUDES@ + + CINCLUDES = -I${srcdir}/include ${DNS_INCLUDES} ${BIND9_INCLUDES} \ +- ${ISC_INCLUDES} ${LWRES_INCLUDES} ++ ${ISC_INCLUDES} ${LWRES_INCLUDES} -I../../contrib/idn/idnkit-1.0-src/include + + CDEFINES = -DVERSION=\"${VERSION}\" + CWARNINGS = +@@ -42,10 +42,10 @@ + LWRESDEPLIBS = ../../lib/lwres/liblwres.@A@ + + DEPLIBS = ${DNSDEPLIBS} ${BIND9DEPLIBS} ${ISCDEPLIBS} ${ISCCFGDEPLIBS} \ +- ${LWRESDEPLIBS} ++ ${LWRESDEPLIBS} + + LIBS = ${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} ${ISCLIBS} \ +- ${ISCCFGLIBS} @IDNLIBS@ @LIBS@ ++ ${ISCCFGLIBS} ../../contrib/idn/idnkit-1.0-src/lib/libidnkit.la @LIBS@ + + SUBDIRS = + |
