[MacPorts] #26021: openssl97: disable configure.universal_args
MacPorts
noreply at macports.org
Mon Aug 9 15:17:34 PDT 2010
#26021: openssl97: disable configure.universal_args
-------------------------------+--------------------------------------------
Reporter: slewsys@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.99
Keywords: | Port:
-------------------------------+--------------------------------------------
Problem: The command "port configure openssl97" fails because its
configure script does not recognize "--disable-dependency-tracking" which
is set in portconfigure.tcl via "default configure.universal_args".
Solution: Override .universal_args by adding a line to
openssl97/Portfile:
{{{
--- Portfile~ 2010-08-09 15:12:21.000000000 -0700
+++ Portfile 2010-08-09 14:38:21.000000000 -0700
@@ -27,6 +27,7 @@
depends_lib port:zlib
configure.cmd ./config
+configure.universal_args
configure.pre_args --prefix=${prefix}/lib/${name}
configure.args -L${prefix}/lib --openssldir=${prefix}/etc/${name}
zlib no-asm no-krb5 shared
}}}
--
Ticket URL: <http://trac.macports.org/ticket/26021>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list