]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
One issue I repeatedly have with 3rd party module builds is that
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 16 May 2005 13:03:35 +0000 (13:03 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 16 May 2005 13:03:35 +0000 (13:03 +0000)
commit10d2058ea4bcdddd581ce3fa7f694ed6c3296a21
tree31cb534ca7d16e1951f29677b04fb572f7fa1c7e
parent1c8f20855899fef282f6fbaa2f4954ba3748a3d6
  One issue I repeatedly have with 3rd party module builds is that
  they may choose to build a platform-default library with the usual
  platform-default extension, as part of the compilation process.

  Modules built on HP/UX with the .sl extension, on OSX with .dylib,
  or on OS2 or Win32 with .dll are perfectly legitimate loadable
  modules, but don't pass muster with apxs.

  This patch allows any of the common source library extensions to
  be passed in, but makes .so the explicit target.  The behavior
  already works for .la origin files with an .so target name.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170383 13f79535-47bb-0310-9956-ffa450edef68
support/apxs.in