[MacPorts] #26021: openssl97: disable configure.universal_args
#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
#26021: openssl97: disable configure.universal_args -------------------------------+-------------------------------------------- Reporter: slewsys@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.99 Keywords: haspatch | Port: openssl97 -------------------------------+-------------------------------------------- Changes (by jmr@…): * keywords: => haspatch * owner: macports-tickets@… => mww@… * port: => openssl97 Comment: Please remember to fill in the Port field and cc the maintainer. -- Ticket URL: <http://trac.macports.org/ticket/26021#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26021: openssl97: disable configure.universal_args --------------------------------+------------------------------------------- Reporter: slewsys@… | Owner: mww@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.99 Resolution: fixed | Keywords: haspatch Port: openssl97 | --------------------------------+------------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: It doesn't actually build universal even with this change. Universal variant disabled in r81587. -- Ticket URL: <https://trac.macports.org/ticket/26021#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts