libXrender: build with -fPIC

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

View File

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