]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind-pmake.patch
Use relative symlinks, remove %attr for symlinks
[packages/bind.git] / bind-pmake.patch
index 8375dcf418fea7ab4a83f4760fca4ca4e03790fa..ec696fcc5fd1ccb40571c4986b8f61163a85ad98 100644 (file)
@@ -1,36 +1,22 @@
---- bind-9.2.1/make/rules.in   Tue Mar 26 00:55:15 2002
-+++ bind-9.2.1.new/make/rules.in       Sat Mar  1 16:59:10 2003
-@@ -47,7 +47,10 @@
- ### Makefile may define:
+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
+@@ -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
---- bind-9.2.1/lib/isc/Makefile.in     Mon Oct 22 23:28:13 2001
-+++ bind-9.2.1.new/lib/isc/Makefile.in Sat Mar  1 17:07:48 2003
-@@ -88,11 +88,11 @@
-               -DLIBAGE=${LIBAGE} \
-               -c ${srcdir}/version.c
--libisc.@SA@: ${OBJS}
-+libisc.@SA@: touchfile ${OBJS}
-       ${AR} ${ARFLAGS} $@ ${OBJS}
-       ${RANLIB} $@
--libisc.la: ${OBJS}
-+libisc.la: touchfile ${OBJS}
-       ${LIBTOOL} --mode=link \
-               ${CC} ${ALL_CFLAGS} -o libisc.la -rpath ${libdir} \
-               -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
---- bind-9.2.1/lib/dns/Makefile.in     Sat Mar  1 17:22:26 2003
-+++ bind-9.2.1.new/lib/dns/Makefile.in Sat Mar  1 18:02:49 2003
-@@ -90,17 +90,17 @@
+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
+@@ -135,11 +135,11 @@ version.@O@: version.c
                -DLIBAGE=${LIBAGE} \
                -c ${srcdir}/version.c
  
  
 -libdns.la: ${OBJS}
 +libdns.la: touchfile ${OBJS}
-       ${LIBTOOL} --mode=link \
-               ${CC} ${ALL_CFLAGS} -o libdns.la -rpath ${libdir} \
+       ${LIBTOOL_MODE_LINK} \
+               ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libdns.la -rpath ${libdir} \
                -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
-               ${OBJS} ${LIBS}
--timestamp: libdns.@A@
-+timestamp: include libdns.@A@
-       touch timestamp
- installdirs:
-@@ -148,3 +148,6 @@
-       include/dns/rdatastruct.h code.h
- subdirs: include/dns/enumtype.h include/dns/enumclass.h \
-       include/dns/rdatastruct.h code.h
-+
-+$(OBJS): include/dns/enumtype.h include/dns/enumclass.h \
-+      include/dns/rdatastruct.h code.h
---- bind-9.2.1/lib/bind/make/rules.in  Fri Jun 29 15:25:15 2001
-+++ bind-9.2.1.new/lib/bind/make/rules.in      Sat Mar  1 19:25:24 2003
-@@ -48,8 +48,10 @@
- ### Makefile may define:
- ###   TARGETS
--all: subdirs ${TARGETS}
-+all: touchfile ${TARGETS}
-+touchfile: subdirs
-+      touch touchfile
- ###
- ### Subdirectories
- ###
---- bind-9.2.1/lib/bind/Makefile.in    Sat Mar  1 17:22:26 2003
-+++ bind-9.2.1.new/lib/bind/Makefile.in        Sat Mar  1 19:45:21 2003
-@@ -94,11 +94,11 @@
+--- bind-9.16.12/lib/isc/Makefile.in~  2021-02-04 12:35:16.000000000 +0100
++++ bind-9.16.12/lib/isc/Makefile.in   2021-02-17 22:03:34.729090432 +0100
+@@ -97,21 +97,21 @@ version.@O@: version.c
+               -DVERSION=\"${VERSION}\" \
+               -c ${srcdir}/version.c
  
- @BIND9_MAKE_RULES@
+-libisc.@SA@: ${OBJS} ${SYMTBLOBJS}
++libisc.@SA@: touchfile ${OBJS} ${SYMTBLOBJS}
+       ${AR} ${ARFLAGS} $@ ${OBJS} ${SYMTBLOBJS}
+       ${RANLIB} $@
  
--libbind.@SA@: ${OBJS}
-+libbind.@SA@: touchfile
+-libisc-nosymtbl.@SA@: ${OBJS}
++libisc-nosymtbl.@SA@: touchfile ${OBJS}
        ${AR} ${ARFLAGS} $@ ${OBJS}
        ${RANLIB} $@
  
--libbind.la: ${OBJS}
-+libbind.la: touchfile
-       ${LIBTOOL} --mode=link \
-       ${CC} ${ALL_CFLAGS} -o libbind.la -rpath ${libdir} \
-               -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
+-libisc.la: ${OBJS} ${SYMTBLOBJS}
++libisc.la: touchfile ${OBJS} ${SYMTBLOBJS}
+       ${LIBTOOL_MODE_LINK} \
+               ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc.la -rpath ${libdir} \
+               -release "${VERSION}" \
+               ${OBJS} ${SYMTBLOBJS} ${LIBS}
+-libisc-nosymtbl.la: ${OBJS}
++libisc-nosymtbl.la: touchfile ${OBJS}
+       ${LIBTOOL_MODE_LINK} \
+               ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc-nosymtbl.la -rpath ${libdir} \
+               -release "${VERSION}" \
+
This page took 0.044533 seconds and 4 git commands to generate.