libXcomposite: build with -fPIC

This commit is contained in:
Stefan Saraev 2014-03-16 16:07:11 +02:00
parent acb2532e18
commit 8d9d3c8e61

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"
}