]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: don't use -Wl,-pie
authorVincent Bernat <vincent@bernat.im>
Wed, 20 May 2015 21:44:21 +0000 (23:44 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 20 May 2015 21:44:21 +0000 (23:44 +0200)
commit3db3d0633eee94ad72ee4e2bd427f3d04400aaff
tree932e6989981f55922d66601622a6f641948a37e7
parent2216fdf1ef0fb35634063c57a65f8557fbf6c7f9
build: don't use -Wl,-pie

This flag seems to work when running on i386 on Linux but isn't handled
correctly by libtool and liblldpctl.so ends being without any
symbol. Use -pie only and try an up-to-date libtoolize on OSX to see if
it performs better.
.travis/install.sh
configure.ac