summaryrefslogtreecommitdiffhomepage
path: root/patches/geoip_pre.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 02:11:09 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 02:35:32 +0000
commit7a66564fb73f8f9ab35d308d774f07306402467e (patch)
tree4d2ed992ad59fef02cf3a69cf3ac7c6c17aace43 /patches/geoip_pre.local.patch
parent32ad217d197203a97dfcc0076e748731d2315c0b (diff)
downloadmidipix_build-7a66564fb73f8f9ab35d308d774f07306402467e.tar.bz2
midipix_build-7a66564fb73f8f9ab35d308d774f07306402467e.tar.xz
patches/*, subr/pkg_configure_patch{,_pre}.subr: only match against package {name,version}.
subr/pkg_configure_patch.subr: remove `_host' package name postfix when searching for chainport patches. subr/ex_pkg_env.subr: fix typo.
Diffstat (limited to 'patches/geoip_pre.local.patch')
-rw-r--r--patches/geoip_pre.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/geoip_pre.local.patch b/patches/geoip_pre.local.patch
new file mode 100644
index 00000000..c2319bf6
--- /dev/null
+++ b/patches/geoip_pre.local.patch
@@ -0,0 +1,11 @@
+--- geoip-api-c/bootstrap.orig 2017-02-11 15:15:17.545489844 +0000
++++ geoip-api-c/bootstrap 2017-02-11 15:17:36.181821782 +0000
+@@ -2,7 +2,7 @@
+
+ # make sure to use the installed libtool
+ rm -f ltmain.sh
+-autoreconf -fiv
++autoreconf -iv
+
+ ###################################################
+ # the steps below may help with outdated toolsets