Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#15116 closed defect (fixed)

curl-config returns inappropriate flags

Reported by: jmroot (Joshua Root) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
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 (5)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Oh. I fixed this for curl's pkg-config file with r33404, see #14077. curl-config should be easy to patch in a similar way.

What software are you building that's using curl-config?

comment:2 in reply to:  1 Changed 16 years ago by jmroot (Joshua Root)

Replying to ryandesign@macports.org:

What software are you building that's using curl-config?

I noticed it with gnupg2.

comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Should be fixed in r36442; please verify.

comment:4 Changed 16 years ago by jmroot (Joshua Root)

Updated version works correctly, thanks.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.