Ticket #15116 (closed defect: fixed)
curl-config returns inappropriate flags
| Reported by: | jmr@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Bugs |
| Component: | ports | Version: | |
| Keywords: | Cc: | ||
| Port: |
Description
With curl built universal:
% curl-config --libs -L/opt/local/lib -lcurl -L/opt/local/lib -arch i386 -arch ppc -L/opt/local/lib -L/opt/local/lib -lssl -lcrypto -lssl -lcrypto -lz -lz % curl-config --static-libs /opt/local/lib/libcurl.a -L/opt/local/lib -arch i386 -arch ppc -L/opt/local/lib -L/opt/local/lib -lssl -lcrypto -lssl -lcrypto -lz -lz
The output from all the other options seems OK. The redundancy isn't a real problem, but the -arch flags are, when building something non-universal that uses curl-config.
Change History
Note: See
TracTickets for help on using
tickets.

