ports/www/mod_jk/files/patch-tomcat-connectors-src:native:configure
Philip M. Gollucci fcdecc69a2 - Update to 1.2.27 [1]
- While here Use SUB_FILES for pkg-message and mod_jk.conf.sample
- PORTREVISION bump for slave port www/mod_jk-apache2

PR:             ports/130306 [1]
Submitted by:   brd
Approved by:    maintainer timeout (5 months)
2009-05-10 23:25:18 +00:00

12 lines
644 B
Plaintext

--- configure.ori 2009-01-08 09:42:19.000000000 -0800
+++ configure 2009-01-08 10:06:18.000000000 -0800
@@ -3066,7 +3066,7 @@
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