diff options
Diffstat (limited to 'www/mod_jk/files/patch-configure')
-rw-r--r-- | www/mod_jk/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_jk/files/patch-configure b/www/mod_jk/files/patch-configure new file mode 100644 index 000000000000..9f0a918455e5 --- /dev/null +++ b/www/mod_jk/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2015-07-26 22:21:39 UTC ++++ configure +@@ -3638,7 +3638,7 @@ $as_echo "APRINCLUDEDIR is $APRINCLUDEDI + APXSCC="`$APXS -q CC`" + APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS` -DHAVE_APR ${APRINCLUDEDIR}" + APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`" +- APXSLDFLAGS="`$APXS -q LDFLAGS`" ++ APXSLDFLAGS="`$APXS -q LDFLAGS|sed -e 's#/usr/local/lib#-L/usr/local/lib#' -e 's/-pthread//'`" + APACHE_CONFIG_VARS="`${APXS} -q exp_installbuilddir`/config_vars.mk" + LIBTOOL=`$APXS -q LIBTOOL` + fi |