- 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)
12 lines
644 B
Plaintext
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
|