build libevdev shared not static due to an issue with leaky symbols https://bugs.freedesktop.org/show_bug.cgi?id=82292

This commit is contained in:
Lukas Rusak 2015-02-23 21:44:14 -08:00 committed by Stephan Raue
parent cdf5fa9dba
commit 1307b5e93f

View File

@ -32,7 +32,7 @@ PKG_LONGDESC="libevdev is a wrapper library for evdev devices. it moves the comm
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
PKG_CONFIGURE_OPTS_TARGET="--enable-shared --disable-static"
pre_configure_target() {
export CFLAGS="$CFLAGS -fPIC -DPIC"