mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 16:17:23 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user