Opened 13 years ago
Closed 13 years ago
#31438 closed defect (fixed)
qca-ossl: universal variant broken
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | qca-ossl |
Description
The universal variant of qca-ossl doesn't work. During the configure phase, it just prints the usage message for the configure script, because it does not recognize the option --disable-dependency-tracking
that MacPorts automatically adds to configure.universal_args.
If I add the familiar line configure.universal_args-delete --disable-dependency-tracking
to the universal variant, the build succeeds, but is not in fact universal.
Change History (1)
comment:1 Changed 13 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Done in r86121.