blob: c3e3c39f47d9f0970b454dfa1b8f6a60560f12fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2018-04-03 10:38:30.054077000 +0200
+++ configure 2018-04-03 10:39:11.773574000 +0200
@@ -3655,7 +3655,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`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: building connector for \"$WEBSERVER\"" >&5
|