]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind-pmake.patch
- switch to geoip2; drop obsolete options
[packages/bind.git] / bind-pmake.patch
index 90c4c69e71ad33e6a1c5df6457054a9e94966f34..189c009faf53027d4d8fab3159365c4bfd6e87f9 100644 (file)
@@ -1,22 +1,22 @@
 diff -ur bind-9.3.0rc3.orig/make/rules.in bind-9.3.0rc3/make/rules.in
 --- bind-9.3.0rc3.orig/make/rules.in   2004-03-15 02:02:44.000000000 +0100
 +++ bind-9.3.0rc3/make/rules.in        2004-09-01 10:51:31.568733488 +0200
-@@ -49,8 +49,10 @@
- ### Makefile may define:
+@@ -47,7 +47,10 @@ top_builddir =      @BIND9_TOP_BUILDDIR@
+ ###   PREREQS
  ###   TARGETS
  
--all: subdirs ${TARGETS}
-+all: touchfile ${TARGETS}
+-all: ${PREREQS} subdirs ${TARGETS} testdirs
++all: ${PREREQS} touchfile ${TARGETS} testdirs
++
 +touchfile: subdirs
 +      touch touchfile
  ###
  ### Subdirectories
- ###
 diff -ur bind-9.3.0rc3.orig/lib/dns/Makefile.in bind-9.3.0rc3/lib/dns/Makefile.in
 --- bind-9.3.0rc3.orig/lib/dns/Makefile.in     2004-07-20 09:01:57.000000000 +0200
 +++ bind-9.3.0rc3/lib/dns/Makefile.in  2004-09-01 10:54:21.089962344 +0200
-@@ -101,17 +101,17 @@
+@@ -135,11 +135,11 @@ version.@O@: version.c
                -DLIBAGE=${LIBAGE} \
                -c ${srcdir}/version.c
  
@@ -30,13 +30,6 @@ diff -ur bind-9.3.0rc3.orig/lib/dns/Makefile.in bind-9.3.0rc3/lib/dns/Makefile.i
        ${LIBTOOL_MODE_LINK} \
                ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libdns.la -rpath ${libdir} \
                -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
-               ${OBJS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS}
--timestamp: libdns.@A@
-+timestamp: include libdns.@A@
-       touch timestamp
- installdirs:
 --- bind-9.7.0/lib/isc/Makefile.in~    2009-12-18 05:09:55.000000000 +0100
 +++ bind-9.7.0/lib/isc/Makefile.in     2010-02-17 08:04:13.849211197 +0100
 @@ -94,21 +94,21 @@
This page took 0.03944 seconds and 4 git commands to generate.