tsuna / boost.m4

M4 macros to use Boost with the autotools
http://wiki.github.com/tsuna/boost.m4/
GNU General Public License v3.0
87 stars 52 forks source link

Fix LDFLAGS=-Wl,--as-needed incompatibility introduced in ee15a2a9. #39

Closed binki closed 11 years ago

binki commented 11 years ago

...d in ee15a2a9.

Uses LIBS instead of LDFLAGS for -l flags in the tests as appropriate to ensure proper linker flag ordering in the test comparing -R and -rpath.

See downstream gentoo bug #461748.

P.S., it would be nice to get this fix out as a new release too ;-). Maybe wait a few days to see if anything else important shows up and throw on a new tag or do that now? That would be awesome!

tsuna commented 11 years ago

Merged as tsuna/boost.m4@0c1ad6b40a28cc6d146782850b7792bae76a9ef3 – I also bump'ed the serial. Thanks.