]> git.pld-linux.org Git - packages/bind.git/blame - bind-pmake.patch
- up to 9.6.1-P1 (fixes CVE-2009-0696)
[packages/bind.git] / bind-pmake.patch
CommitLineData
9cfc3ba9
AM
1diff -ur bind-9.3.0rc3.orig/make/rules.in bind-9.3.0rc3/make/rules.in
2--- bind-9.3.0rc3.orig/make/rules.in 2004-03-15 02:02:44.000000000 +0100
3+++ bind-9.3.0rc3/make/rules.in 2004-09-01 10:51:31.568733488 +0200
5c962666 4@@ -49,8 +49,10 @@
e722e68a 5 ### Makefile may define:
6 ### TARGETS
7
8-all: subdirs ${TARGETS}
9+all: touchfile ${TARGETS}
5c962666 10
e722e68a 11+touchfile: subdirs
12+ touch touchfile
e722e68a 13 ###
14 ### Subdirectories
5c962666 15 ###
c722a4ac 16diff -ur bind-9.3.0rc3.orig/lib/dns/Makefile.in bind-9.3.0rc3/lib/dns/Makefile.in
17--- bind-9.3.0rc3.orig/lib/dns/Makefile.in 2004-07-20 09:01:57.000000000 +0200
18+++ bind-9.3.0rc3/lib/dns/Makefile.in 2004-09-01 10:54:21.089962344 +0200
19@@ -101,17 +101,17 @@
e722e68a 20 -DLIBAGE=${LIBAGE} \
21 -c ${srcdir}/version.c
22
23-libdns.@SA@: ${OBJS}
24+libdns.@SA@: touchfile ${OBJS}
25 ${AR} ${ARFLAGS} $@ ${OBJS}
26 ${RANLIB} $@
27
28-libdns.la: ${OBJS}
29+libdns.la: touchfile ${OBJS}
acdb7d00 30 ${LIBTOOL_MODE_LINK} \
31 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libdns.la -rpath ${libdir} \
e722e68a 32 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
c722a4ac 33 ${OBJS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS}
e722e68a 34
35-timestamp: libdns.@A@
36+timestamp: include libdns.@A@
37 touch timestamp
38
39 installdirs:
c722a4ac 40diff -ur bind-9.3.0rc3.orig/lib/isc/Makefile.in bind-9.3.0rc3/lib/isc/Makefile.in
41--- bind-9.3.0rc3.orig/lib/isc/Makefile.in 2004-07-20 09:01:58.000000000 +0200
42+++ bind-9.3.0rc3/lib/isc/Makefile.in 2004-09-01 10:52:47.772148808 +0200
5c962666
AM
43@@ -88,11 +88,11 @@
44 -DLIBAGE=${LIBAGE} \
45 -c ${srcdir}/version.c
46
47-libisc.@SA@: ${OBJS}
48+libisc.@SA@: touchfile ${OBJS}
49 ${AR} ${ARFLAGS} $@ ${OBJS}
50 ${RANLIB} $@
51
52-libisc.la: ${OBJS}
53+libisc.la: touchfile ${OBJS}
acdb7d00 54 ${LIBTOOL_MODE_LINK} \
55 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc.la -rpath ${libdir} \
5c962666 56 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
This page took 0.034033 seconds and 4 git commands to generate.