]> git.pld-linux.org Git - packages/bind.git/blob - bind-pmake.patch
- up to 9.9.4 P1 (fixes CVE-2013-4854, CVE-2013-3919)
[packages/bind.git] / bind-pmake.patch
1 diff -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
4 @@ -49,8 +49,10 @@
5  ### Makefile may define:
6  ###    TARGETS
7  
8 -all: subdirs ${TARGETS} testdirs
9 +all: touchfile ${TARGETS} testdirs
10  
11 +touchfile: subdirs
12 +       touch touchfile
13  ###
14  ### Subdirectories
15  ###
16 diff -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 @@
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}
30         ${LIBTOOL_MODE_LINK} \
31                 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libdns.la -rpath ${libdir} \
32                 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
33                 ${OBJS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS}
34  
35 -timestamp: libdns.@A@
36 +timestamp: include libdns.@A@
37         touch timestamp
38  
39  installdirs:
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 @@
43                 -DLIBAGE=${LIBAGE} \
44                 -c ${srcdir}/version.c
45  
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}
53         ${AR} ${ARFLAGS} $@ ${OBJS}
54         ${RANLIB} $@
55  
56 -libisc.la: ${OBJS} ${SYMTBLOBJS}
57 +libisc.la: touchfile ${OBJS} ${SYMTBLOBJS}
58         ${LIBTOOL_MODE_LINK} \
59                 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc.la -rpath ${libdir} \
60                 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
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.023399 seconds and 3 git commands to generate.