tinyxml: build with -fPIC

This commit is contained in:
Stefan Saraev 2015-03-01 17:43:53 +02:00
parent 6c52ccc925
commit b24c701ec3

View File

@ -34,6 +34,10 @@ PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
pre_configure_target() {
export CFLAGS="$CFLAGS -fPIC"
}
post_makeinstall_target() {
rm -rf $INSTALL/usr
}