[36618] trunk/dports/www/apache2/Portfile

gui_dos at macports.org gui_dos at macports.org
Thu May 8 06:21:50 PDT 2008


Revision: 36618
          http://trac.macosforge.org/projects/macports/changeset/36618
Author:   gui_dos at macports.org
Date:     2008-05-08 06:21:50 -0700 (Thu, 08 May 2008)

Log Message:
-----------
apache2: workaround for unexported symbols in mod_ssl.so when using Leopard's libtool
(maintainer timeout: closes #13182 based on several positive reports)

Modified Paths:
--------------
    trunk/dports/www/apache2/Portfile

Modified: trunk/dports/www/apache2/Portfile
===================================================================
--- trunk/dports/www/apache2/Portfile	2008-05-08 13:09:23 UTC (rev 36617)
+++ trunk/dports/www/apache2/Portfile	2008-05-08 13:21:50 UTC (rev 36618)
@@ -51,6 +51,9 @@
 
 platform darwin 9 {
 	depends_build-append port:gawk
+	post-extract {
+		reinplace "s|-export-symbols-regex ssl_module||g" ${worksrcpath}/configure
+	}
 }
 
 configure.pre_args --prefix=${prefix}/${name}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080508/f067e188/attachment.html


More information about the macports-changes mailing list