#15116: curl-config returns inappropriate flags ------------------------------+--------------------------------------------- Reporter: jmr@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: Keywords: | ------------------------------+--------------------------------------------- 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. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/15116> MacPorts </projects/macports> Ports system for Mac OS