Jean Frederic says (and I verified his claim):

After fighting with shlibtool I discovered that the problem was that
  libtool was called instead shlibtools.

  Of course it is easy to fix and it fixes mod_dav and mod_dav_fs [...]

Submitted by:	jfrederic.clere@fujitsu-siemens.com


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Martin Kraemer
2001-02-06 21:47:50 +00:00
parent 2308d738b5
commit 81ac4f0127

View File

@ -249,7 +249,7 @@ EOF
else
apache_need_shared=yes
libname="mod_$1.la"
shobjects=`echo $objects | sed 's/\.lo/.slo/'`
shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
modpath_shared="$modpath_shared $libname"
cat >>$modpath_current/modules.mk<<EOF
$libname: $shobjects