Opened 14 years ago
Closed 13 years ago
#26021 closed defect (fixed)
openssl97: disable configure.universal_args
Reported by: | slewsys (Andrew L. Moore) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.99 |
Keywords: | haspatch | Cc: | |
Port: | openssl97 |
Description
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
Change History (2)
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Keywords: | haspatch added |
---|---|
Owner: | changed from macports-tickets@… to mww@… |
Port: | openssl97 added |
comment:2 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
It doesn't actually build universal even with this change. Universal variant disabled in r81587.
Note: See
TracTickets for help on using
tickets.
Please remember to fill in the Port field and cc the maintainer.