]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: compile libevent with -fPIC
authorVincent Bernat <vincent@bernat.im>
Wed, 20 May 2015 06:54:05 +0000 (08:54 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 20 May 2015 06:54:05 +0000 (08:54 +0200)
commit5666332755c87b883a81d5791501089ea6534497
tree9da487762b48c7f352dcc162515c3ff2ebcd410a
parentd24247edcbe23a15968961c673df1ac5e5ea5120
build: compile libevent with -fPIC

When embedded, libevent is configured with `--disable-shared
--enable-static`. This makes libevent compiled without `-fPIC` and we
cannot build a PIE. Use `--with-pic` to force compilation with `-fPIC`.
configure.ac
m4/libevent.m4