Opened 11 years ago
Closed 11 years ago
#40473 closed defect (fixed)
gettext @0.18.3.1_0: ignores -stdlib when linking dylibs
Reported by: | larryv (Lawrence Velázquez) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ||
Port: | gettext |
Description
The libtool
generated by gettext’s bundled configure
drops -stdlib
flags when linking dylibs. (Curiously, it correctly does so for regular executables.) Updating the configuration with libtoolize
(via autoreconf
) fixes this.
Attachments (2)
Change History (6)
Changed 11 years ago by larryv (Lawrence Velázquez)
Attachment: | patch-gettext-tools-Makefile.am.diff added |
---|
Changed 11 years ago by larryv (Lawrence Velázquez)
Attachment: | Portfile-gettext.diff added |
---|
comment:1 follow-up: 3 Changed 11 years ago by larryv (Lawrence Velázquez)
I can commit this if it looks okay to you.
comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)
Replying to larryv@…:
(Curiously, it correctly does so for regular executables.)
I meant that it correctly passes the flag, obviously.
comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to larryv@…:
I can commit this if it looks okay to you.
Go ahead if it seems right to you. I haven't looked into these -stdlib
issues yet.
comment:4 Changed 11 years ago by larryv (Lawrence Velázquez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, r111056.
Note: See
TracTickets for help on using
tickets.
replaces patch-gettext-tools-Makefile.in