]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind-pmake.patch
- updated
[packages/bind.git] / bind-pmake.patch
index d4ae7fa4eda55236fd1c4bb95ebb79b487a1e0df..d994b5a36de51198eebdf9b9fe5f40dde62b0a78 100644 (file)
@@ -1,6 +1,6 @@
-diff -ur bind-9.3.0rc3.orig/lib/bind/make/rules.in bind-9.3.0rc3/lib/bind/make/rules.in
---- bind-9.3.0rc3.orig/lib/bind/make/rules.in  2004-03-15 02:02:44.000000000 +0100
-+++ bind-9.3.0rc3/lib/bind/make/rules.in       2004-09-01 10:51:31.568733488 +0200
+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:
  ###   TARGETS
@@ -13,23 +13,6 @@ diff -ur bind-9.3.0rc3.orig/lib/bind/make/rules.in bind-9.3.0rc3/lib/bind/make/r
  ###
  ### Subdirectories
  ###
-diff -ur bind-9.3.0rc3.orig/lib/bind/Makefile.in bind-9.3.0rc3/lib/bind/Makefile.in
---- bind-9.3.0rc3.orig/lib/bind/Makefile.in    2004-07-20 09:01:56.000000000 +0200
-+++ bind-9.3.0rc3/lib/bind/Makefile.in 2004-09-01 10:56:00.622831048 +0200
-@@ -94,11 +94,11 @@
- @BIND9_MAKE_RULES@
--libbind.@SA@: ${OBJS}
-+libbind.@SA@: touchfile ${OBJS}
-       ${AR} ${ARFLAGS} $@ ${OBJS}
-       ${RANLIB} $@
--libbind.la: ${OBJS}
-+libbind.la: touchfile ${OBJS}
-       ${LIBTOOL_MODE_LINK} \
-       ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libbind.la -rpath ${libdir} \
-               -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
 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
@@ -71,18 +54,3 @@ diff -ur bind-9.3.0rc3.orig/lib/isc/Makefile.in bind-9.3.0rc3/lib/isc/Makefile.i
        ${LIBTOOL_MODE_LINK} \
                ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc.la -rpath ${libdir} \
                -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
-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-07-20 09:02:00.000000000 +0200
-+++ bind-9.3.0rc3/make/rules.in        2004-09-01 10:51:31.574732576 +0200
-@@ -47,7 +47,10 @@
- ### Makefile may define:
- ###   TARGETS
--all: subdirs ${TARGETS}
-+all: touchfile ${TARGETS}
-+
-+touchfile: subdirs
-+      touch touchfile
- ###
- ### Subdirectories
This page took 0.073113 seconds and 4 git commands to generate.