diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2015-02-24 12:47:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-28 10:14:34 +0100 |
commit | 0a4c30ca2728936c16a73e9a4ef7d12243ef4d55 (patch) | |
tree | ea76ae8162d0034c2ad1791ca1f68592370a9670 /package/pdnsd/patches/patch-src_Makefile_in | |
parent | 9bdd110cc79545f3448a96f4768d2ff16a12ffea (diff) |
package/pdnsd: update to version 1.2.9a
Originally, there was a problem compiling the old one (better: one of
it's custom patches) with IPv6 support enabled. But while at it,
updating it shouldn't hurt.
Diffstat (limited to 'package/pdnsd/patches/patch-src_Makefile_in')
-rw-r--r-- | package/pdnsd/patches/patch-src_Makefile_in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/pdnsd/patches/patch-src_Makefile_in b/package/pdnsd/patches/patch-src_Makefile_in deleted file mode 100644 index 6ab8de4e1..000000000 --- a/package/pdnsd/patches/patch-src_Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- pdnsd-1.2.7.orig/src/Makefile.in 2008-09-04 18:20:37.000000000 +0200 -+++ pdnsd-1.2.7/src/Makefile.in 2010-05-29 17:45:45.937500000 +0200 -@@ -171,7 +171,7 @@ pdnsd_SOURCES = conf-parser.c conff.c co - rr_types.h servers.h status.h thread.h cache.h hash.h pdnsd_assert.h \ - freebsd_netinet_ip_icmp.h - --SUBDIRS = pdnsd-ctl rc test -+SUBDIRS = pdnsd-ctl rc - all: all-recursive - - .SUFFIXES: |