aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-01-14 15:32:43 +0200
committerTimo Teräs <timo.teras@iki.fi>2013-01-14 15:32:43 +0200
commit3fe73e04397a3ed9c88e92deef2e0c09ed2a5f28 (patch)
treea6ed6d4bc0ac8e4c830703f6df81a60ca3a3fd31
parent417e7ba5f6ca607f94f008a3445a2839bef60a6f (diff)
downloadalpine_aports-3fe73e04397a3ed9c88e92deef2e0c09ed2a5f28.tar.bz2
alpine_aports-3fe73e04397a3ed9c88e92deef2e0c09ed2a5f28.tar.xz
alpine_aports-3fe73e04397a3ed9c88e92deef2e0c09ed2a5f28.zip
main/gdnsd: compat with older autotools
the requirement for new versions is strict; and we are not having them in alpine 2.4.
-rw-r--r--main/gdnsd/APKBUILD2
-rw-r--r--main/gdnsd/gdnsd-autotools-compat.patch13
2 files changed, 15 insertions, 0 deletions
diff --git a/main/gdnsd/APKBUILD b/main/gdnsd/APKBUILD
index d9fafbf4ce..259e6393e5 100644
--- a/main/gdnsd/APKBUILD
+++ b/main/gdnsd/APKBUILD
@@ -15,6 +15,7 @@ subpackages="$pkgname-dev $pkgname-doc"
15source="https://github.com/downloads/blblack/gdnsd/gdnsd-$pkgver.tar.xz 15source="https://github.com/downloads/blblack/gdnsd/gdnsd-$pkgver.tar.xz
16 geoip-autodc.patch 16 geoip-autodc.patch
17 geoip-speedup.patch 17 geoip-speedup.patch
18 gdnsd-autotools-compat.patch
18 0001-preliminary-djbdns-support.patch 19 0001-preliminary-djbdns-support.patch
19 gdnsd.initd" 20 gdnsd.initd"
20 21
@@ -57,5 +58,6 @@ package() {
57md5sums="c8ea1da00fabc52e3d685528444f1279 gdnsd-1.6.9.tar.xz 58md5sums="c8ea1da00fabc52e3d685528444f1279 gdnsd-1.6.9.tar.xz
5802eb668b6cad54552568a35985f44a09 geoip-autodc.patch 5902eb668b6cad54552568a35985f44a09 geoip-autodc.patch
597fb697653b8295322e53492f9051e831 geoip-speedup.patch 607fb697653b8295322e53492f9051e831 geoip-speedup.patch
6129eed0745027b85abfdc61ed991d7f19 gdnsd-autotools-compat.patch
604c8ff14e377fb8f1854b68b7bf9be282 0001-preliminary-djbdns-support.patch 624c8ff14e377fb8f1854b68b7bf9be282 0001-preliminary-djbdns-support.patch
6100f2838e0908effaaa2f6e6a1699f25b gdnsd.initd" 6300f2838e0908effaaa2f6e6a1699f25b gdnsd.initd"
diff --git a/main/gdnsd/gdnsd-autotools-compat.patch b/main/gdnsd/gdnsd-autotools-compat.patch
new file mode 100644
index 0000000000..94d01f3f63
--- /dev/null
+++ b/main/gdnsd/gdnsd-autotools-compat.patch
@@ -0,0 +1,13 @@
1--- gdnsd-1.6.9/configure.ac
2+++ gdnsd-1.6.9/configure.ac
3@@ -1,8 +1,8 @@
4 AC_INIT([gdnsd],[1.6.9],[blblack@gmail.com],[gdnsd],[https://github.com/blblack/gdnsd])
5-AC_PREREQ([2.69])
6+AC_PREREQ([2.68])
7 AC_CONFIG_AUX_DIR([acaux])
8 AC_CONFIG_MACRO_DIR([m4])
9-AM_INIT_AUTOMAKE([1.12 dist-xz foreign tar-ustar -Wall])
10+AM_INIT_AUTOMAKE([1.11 dist-xz foreign tar-ustar -Wall])
11 AM_SILENT_RULES([yes])
12
13 dnl These lines pretty much *have* to be in this order, and before