Attempting to build mod_jk2 yields the following: libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool object PR: ports/53934 Submitted by: Larry Lansing <lansil@fuzzynerd.com>
12 lines
555 B
Text
12 lines
555 B
Text
--- configure.in.orig Thu Sep 4 05:05:30 2003
|
|
+++ configure.in Thu Sep 4 05:06:25 2003
|
|
@@ -102,7 +102,8 @@
|
|
WEBSERVER="apache-2.0"
|
|
APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS`"
|
|
APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`"
|
|
- APACHE_CONFIG_VARS=${apache_dir}/build/config_vars.mk
|
|
+ APACHE_CONFIG_VARS=${prefix}/share/apache2/build/config_vars.mk
|
|
+ LIBTOOL=`$APXS -q LIBTOOL`
|
|
fi
|
|
AC_MSG_RESULT([building connector for \"$WEBSERVER\"])
|
|
|