Opened 14 years ago

Closed 14 years ago

#23702 closed defect (fixed)

apr libtool contains arch flags

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: apr

Description

apr's libtool contains arch flags:

$ port contents apr | sed 1d | xargs grep ' -arch '
/opt/local/share/apr-1/build/libtool:LTCFLAGS="-O2 -arch x86_64 -arch i386"
/opt/local/share/apr-1/build/libtool:LTCFLAGS="-O2 -arch x86_64 -arch i386"

These flags should be removed from the libtool before installation.

Change History (1)

comment:1 Changed 14 years ago by danielluke (Daniel J. Luke)

Resolution: fixed
Status: newclosed

Fixed for universal builds in r63829 (using the reinplace from GraphicsMagick)

Note: See TracTickets for help on using tickets.