summaryrefslogtreecommitdiffhomepage
path: root/patches/geoip-api-c_pre.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-11 15:51:29 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-11 15:56:52 +0000
commitb19456e7bca91b4ffd9001da0be6357d5cdafa1a (patch)
treeb28a041956b9d2f398bfad720c29c17af895f4c8 /patches/geoip-api-c_pre.local.patch
parent65ffecee4b8cfe9d7c15b4496a4a9e0a08c3478a (diff)
downloadmidipix_build-b19456e7bca91b4ffd9001da0be6357d5cdafa1a.tar.bz2
midipix_build-b19456e7bca91b4ffd9001da0be6357d5cdafa1a.tar.xz
vars/build.vars, patches/*: adds geoip (HEAD) and OpenLiteSpeed v1.4.24 (preliminary commit.)
subr/pkg_autoconf.subr: try either of ${WORKDIR}/${PKG_SUBDIR}/{bootstrap,autogen.sh}. subr/pkg_configure.subr: pass ${CXXFLAGS} as well as ${CFLAGS} during ./configure. subr/pkg_setup_env.subr: fix ${PKG_SUBDIR} inference when ${PKG_FNAME} does not end w/ .tar*.
Diffstat (limited to 'patches/geoip-api-c_pre.local.patch')
-rw-r--r--patches/geoip-api-c_pre.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/geoip-api-c_pre.local.patch b/patches/geoip-api-c_pre.local.patch
new file mode 100644
index 00000000..c2319bf6
--- /dev/null
+++ b/patches/geoip-api-c_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