[RFC] hacking around libtool

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 10:19:26 PST 2016


Trying to build the freebsd ports I hit a failure because the php binary
was not built with --export-dynamic. It turns out the reason was libtool
looking at the output of -v and --help to decide if it should use
--export-dynamic or not.

I have coded the attached patch to work around the problem, but it is
probably too disgusting to have it in tree.

Ed, any ideas on how to handle this? Maybe reporting a bug to
https://www.gnu.org/software/libtool ?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.diff
Type: text/x-patch
Size: 1101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161206/e8d03a3b/attachment.bin>
-------------- next part --------------

Cheers,
Rafael


More information about the llvm-commits mailing list