libXxf86vm: build with '-fPIC -DPIC'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-04-23 12:36:08 +02:00
parent 4a7674e9a0
commit da3414e4dc

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() {
CFLAGS="$CFLAGS -fPIC -DPIC"
}