]> git.pld-linux.org Git - packages/bind.git/blame - bind-pmake.patch
geoip patch requires --with-geoip=yes configure
[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
ef159d7a
AM
8-all: subdirs ${TARGETS} testdirs
9+all: touchfile ${TARGETS} testdirs
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:
361d1613
AM
40--- bind-9.7.0/lib/isc/Makefile.in~ 2009-12-18 05:09:55.000000000 +0100
41+++ bind-9.7.0/lib/isc/Makefile.in 2010-02-17 08:04:13.849211197 +0100
42@@ -94,21 +94,21 @@
5c962666
AM
43 -DLIBAGE=${LIBAGE} \
44 -c ${srcdir}/version.c
45
361d1613
AM
46-libisc.@SA@: ${OBJS} ${SYMTBLOBJS}
47+libisc.@SA@: touchfile ${OBJS} ${SYMTBLOBJS}
48 ${AR} ${ARFLAGS} $@ ${OBJS} ${SYMTBLOBJS}
49 ${RANLIB} $@
50
51-libisc-nosymtbl.@SA@: ${OBJS}
52+libisc-nosymtbl.@SA@: touchfile ${OBJS}
5c962666
AM
53 ${AR} ${ARFLAGS} $@ ${OBJS}
54 ${RANLIB} $@
55
361d1613
AM
56-libisc.la: ${OBJS} ${SYMTBLOBJS}
57+libisc.la: touchfile ${OBJS} ${SYMTBLOBJS}
acdb7d00 58 ${LIBTOOL_MODE_LINK} \
59 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc.la -rpath ${libdir} \
5c962666 60 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
361d1613
AM
61 ${OBJS} ${SYMTBLOBJS} ${LIBS}
62
63-libisc-nosymtbl.la: ${OBJS}
64+libisc-nosymtbl.la: touchfile ${OBJS}
65 ${LIBTOOL_MODE_LINK} \
66 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc-nosymtbl.la -rpath ${libdir} \
67 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
This page took 0.028539 seconds and 4 git commands to generate.