The following reply was made to PR mod_jserv/3717; it has been noted by GNATS.
From: Patrick Gardella <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_jserv/3717: DSO build of JServ failing in libtool Date: Thu, 21 Jan 1999 10:47:43 -0500 (EST) The following patch allows Apache-JServ to finish building the DSO and install correctly. Testing shows the mod_jserv.so is functioning normally from this point on. But since this patches a copy of libtool we copy in, it is a flaw in the original libtool. Patrick Gardella --- libtool Thu Jan 21 10:43:51 1999 +++ libtool.orig Thu Jan 21 10:43:39 1999 @@ -117,7 +117,7 @@ # Commands used to build and install an old-style archive. RANLIB="ranlib" -old_archive_cmds="\$AR cru \$oldlib\$oldobjs *;\$RANLIB \$oldlib" +old_archive_cmds="\$AR cru \$oldlib\$oldobjs;\$RANLIB \$oldlib" old_postinstall_cmds="\$RANLIB \$oldlib;chmod 644 \$oldlib" old_postuninstall_cmds=""
