libXfixes: build with -fPIC

This commit is contained in:
Stefan Saraev 2014-03-16 16:07:37 +02:00
parent bd64bbba2f
commit d0575271fc

View File

@ -33,3 +33,7 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
pre_configure_target() {
export CFLAGS="$CFLAGS -fPIC"
}