]> git.pld-linux.org Git - packages/pdnsd.git/blame - pdnsd-ac_am.patch
- rel 3; don't obsolete real nameservers that do other things than only caching
[packages/pdnsd.git] / pdnsd-ac_am.patch
CommitLineData
a54f7684 1diff -urN pdnsd-1.2.4.org/src/Makefile.am pdnsd-1.2.4/src/Makefile.am
2--- pdnsd-1.2.4.org/src/Makefile.am 2005-03-17 22:08:21.000000000 +0100
3+++ pdnsd-1.2.4/src/Makefile.am 2006-02-20 21:15:21.000000000 +0100
ebc8206a 4@@ -12,5 +12,5 @@
f513097f 5
6 ## Try to do this last
7
8-SUBDIRS = pdnsd-ctl rc test
9+SUBDIRS = pdnsd-ctl test
ea438541 10
a54f7684 11diff -urN pdnsd-1.2.4.org/src/pdnsd-ctl/Makefile.am pdnsd-1.2.4/src/pdnsd-ctl/Makefile.am
12--- pdnsd-1.2.4.org/src/pdnsd-ctl/Makefile.am 2001-02-25 01:10:55.000000000 +0100
13+++ pdnsd-1.2.4/src/pdnsd-ctl/Makefile.am 2006-02-20 21:15:57.000000000 +0100
ea438541
AM
14@@ -2,9 +2,7 @@
15
16 sbin_PROGRAMS = pdnsd-ctl
17
18-pdnsd_ctl_SOURCES = pdnsd-ctl.c
19-pdnsd_ctl_LDADD = rr_types.o
20-pdnsd_ctl_DEPENDENCIES = rr_types.o
21+pdnsd_ctl_SOURCES = pdnsd-ctl.c $(top_srcdir)/src/rr_types.c
22
23 # These are Symlinks we want to have in the package
24 #EXTRA_DIST = rr_types.h
26aae004 25diff -urN pdnsd-1.2.4.org/configure.in pdnsd-1.2.4/configure.in
26--- pdnsd-1.2.4.org/configure.in 2005-12-27 13:14:55.000000000 +0100
27+++ pdnsd-1.2.4/configure.in 2006-02-20 21:15:01.000000000 +0100
28@@ -495,16 +495,5 @@
29 doc/pdnsd.conf
30 src/Makefile
31 src/pdnsd-ctl/Makefile
32-src/rc/Makefile
33-src/rc/RedHat/Makefile
34-src/rc/RedHat/pdnsd
35-src/rc/SuSE/Makefile
36-src/rc/SuSE/pdnsd
37-src/rc/Debian/Makefile
38-src/rc/Debian/pdnsd
39-src/rc/Slackware/Makefile
40-src/rc/Slackware/rc.pdnsd
41-src/rc/ArchLinux/Makefile
42-src/rc/ArchLinux/pdnsd
43 src/test/Makefile
44 ])
a54f7684 45diff -urN pdnsd-1.2.4.org/src/test/Makefile.am pdnsd-1.2.4/src/test/Makefile.am
46--- pdnsd-1.2.4.org/src/test/Makefile.am 2000-11-15 18:27:12.000000000 +0100
47+++ pdnsd-1.2.4/src/test/Makefile.am 2006-02-20 21:20:11.000000000 +0100
ea438541
AM
48@@ -6,27 +6,15 @@
49 ## Dirty trick: I demand that these objects be built; then, with the knowledge
50 ## that the object files will end up here, I redefine the link chain.
51
52-TESTADDSRC=
53-#TESTADDSRC= netdev.c error.c thread.c helpers.c icmp.c
49f0431f 54-TESTDEPS = netdev.o error.o thread.o helpers.o icmp.o
ea438541
AM
55-
56-TESTOBJS = netdev.o error.o thread.o helpers.o icmp.o
57+TESTADDSRC = $(top_srcdir)/src/netdev.c $(top_srcdir)/src/error.c $(top_srcdir)/src/thread.c $(top_srcdir)/src/helpers.c $(top_srcdir)/src/icmp.c
58
59 if_up_SOURCES = if_up.c $(TESTADDSRC)
26aae004 60-if_up_LDADD = $(TESTOBJS) @thread_CFLAGS@
ea438541
AM
61-if_up_DEPENDENCIES = $(TESTDEPS)
62
63 is_local_addr_SOURCES = is_local_addr.c $(TESTADDSRC)
26aae004 64-is_local_addr_LDADD = $(TESTOBJS) @thread_CFLAGS@
ea438541
AM
65-is_local_addr_DEPENDENCIES = $(TESTDEPS)
66
67 tping_SOURCES = tping.c $(TESTADDSRC)
26aae004 68-tping_LDADD = $(TESTOBJS) @thread_CFLAGS@
ea438541
AM
69-tping_DEPENDENCIES = $(TESTDEPS)
70
71 random_SOURCES = random.c $(TESTADDSRC)
26aae004 72-random_LDADD = $(TESTOBJS) @thread_CFLAGS@
ea438541
AM
73-random_DEPENDENCIES = $(TESTDEPS)
74
75 # These are Symlinks we want to have in the package
76 #EXTRA_DIST = conff.h error.h helpers.h icmp.h ipvers.h netdev.h thread.h cacheing
This page took 0.093942 seconds and 4 git commands to generate.