diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-07-30 13:34:39 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-07-30 13:34:39 +0000 |
| commit | a6eb78aa79de04df72b994e188e780b4fea8a0d5 (patch) | |
| tree | c1a9ea97fff7c3daffaf9b485f61cf5baac56df5 /bind-9.4.0-dig-idn.patch | |
| parent | dad68f4395c37288d4b584776ec99198c8e03f76 (diff) | |
- minor next improvements on autotools patch
- dig and host utilities now using libidn instead idnkit for IDN support
Diffstat (limited to 'bind-9.4.0-dig-idn.patch')
| -rw-r--r-- | bind-9.4.0-dig-idn.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/bind-9.4.0-dig-idn.patch b/bind-9.4.0-dig-idn.patch deleted file mode 100644 index e5a475c..0000000 --- a/bind-9.4.0-dig-idn.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- 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 = - |
