diff options
author | marino <marino> | 2012-05-20 13:22:40 +0000 |
---|---|---|
committer | marino <marino> | 2012-05-20 13:22:40 +0000 |
commit | ac882eb104efa1d380cc644ab043e0ca9e4323dc (patch) | |
tree | 8ae41047f60fc1b9d7d51bd2b9dbb144deed8223 /net | |
parent | 565418f24d0ff84448902f83f8cefbdb68134c22 (diff) | |
download | pkgsrc-ac882eb104efa1d380cc644ab043e0ca9e4323dc.tar.gz |
net/bind98: Fix undefined reference to 'main'
Bind98 needs the same fix bind99 received on 23 Mar 2012 to fix the
linking of driver.so
Diffstat (limited to 'net')
-rw-r--r-- | net/bind98/distinfo | 3 | ||||
-rw-r--r-- | net/bind98/patches/patch-bin_tests_system_Makefile.in | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/bind98/distinfo b/net/bind98/distinfo index fdc171a7d4f..bd1477f8a9c 100644 --- a/net/bind98/distinfo +++ b/net/bind98/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.9 2012/05/01 02:48:20 taca Exp $ +$NetBSD: distinfo,v 1.10 2012/05/20 13:22:40 marino Exp $ SHA1 (bind-9.8.2.tar.gz) = 09f0b18bde0438186d6639f08c17db3b98e81c17 RMD160 (bind-9.8.2.tar.gz) = 59f6502cc4dd315da4c31adc183f0eb88e6856b4 Size (bind-9.8.2.tar.gz) = 7054574 bytes SHA1 (patch-bin_dig_dighost.c) = 3f37033cc64e1153268ab437fab533d2920bb18c +SHA1 (patch-bin_tests_system_Makefile.in) = 43c985c1df28acdc160691a65ba34290731a87f7 SHA1 (patch-config.threads.in) = 045531d8378a88c654ab98ba6ea65786c8cf4e2b SHA1 (patch-configure) = 08f878fd3a5d3d17e0cf55d01344ddc84991967f SHA1 (patch-lib_dns_rbt.c) = 29fb5c24ff3558f1621e93ea16419e32dbc695b7 diff --git a/net/bind98/patches/patch-bin_tests_system_Makefile.in b/net/bind98/patches/patch-bin_tests_system_Makefile.in new file mode 100644 index 00000000000..b0824b9595e --- /dev/null +++ b/net/bind98/patches/patch-bin_tests_system_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-bin_tests_system_Makefile.in,v 1.1 2012/05/20 13:22:40 marino Exp $ + +--- bin/tests/system/Makefile.in.orig 2012-03-22 19:20:00.000000000 +0000 ++++ bin/tests/system/Makefile.in +@@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@ + + @BIND9_MAKE_INCLUDES@ + +-SUBDIRS = dlzexternal filter-aaaa lwresd rpz tkey tsiggss ++SUBDIRS = filter-aaaa lwresd rpz tkey tsiggss + TARGETS = + + @BIND9_MAKE_RULES@ |