diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-10-30 16:43:41 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-31 15:59:53 +0100 |
commit | bbb66c1044f73591f4d450b9b8a346027e1eabd3 (patch) | |
tree | d1f65c9924bc9169263de49a33d6bffdcf011fe0 /package/jsoncpp/jsoncpp.mk | |
parent | bdd72afa173ab97617f413a9ff01ac2b1dad7ba6 (diff) | |
download | buildroot-bbb66c1044f73591f4d450b9b8a346027e1eabd3.tar.gz buildroot-bbb66c1044f73591f4d450b9b8a346027e1eabd3.zip |
package/dvblast: fix static linking
dvblast links to -lev, which calls functions from -lm, like floor().
dvblast does not use libtool, so it does not pull in the libev
dependencies when doing a static link.
Fix that by always pulling in -lm after -lev. We can not do it from the
.mk, because libraries passed from the .mk end up at the beginning of
the list.
Fixes:
http://autobuild.buildroot.org/results/1f0/1f02f84fb926839a1adbe3af457bb909fdc44433/
http://autobuild.buildroot.org/results/6af/6af3abcdced1cc689a59fe11483f5cdcae0cfd38/
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Julian Scheel <julian@jusst.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/jsoncpp/jsoncpp.mk')
0 files changed, 0 insertions, 0 deletions