Opened 15 years ago
Closed 14 years ago
#21042 closed defect (fixed)
libnet universal variant doesn't build a universal library
Reported by: | courtney+macports@… | Owned by: | jim@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | libnet |
Description
The universal variant of the libnet port doesn't actually create a universal library. This occurs because libnet's configure script doesn't save the CFLAGS environment variable, which causes the -arch flags to not make it to the actual build. I have attached a patch suitable for including with the existing patches. This patch lets me build and install an actually universal library.
Attachments (1)
Change History (3)
Changed 15 years ago by courtney+macports@…
Attachment: | patch-universal added |
---|
comment:1 Changed 15 years ago by nerdling (Jeremy Lavergne)
Owner: | changed from macports-tickets@… to jim@… |
---|
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch to fix the problem