Ticket #26021 (closed defect: fixed)
openssl97: disable configure.universal_args
| Reported by: | slewsys@… | 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
Note: See
TracTickets for help on using
tickets.


Please remember to fill in the Port field and cc the maintainer.