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