mtdev: use fPIC

This commit is contained in:
Lukas Rusak
2017-09-05 20:57:36 -07:00
parent 9ec3fa4ed4
commit ca16d7ab3b
+5 -1
View File
@@ -31,4 +31,8 @@ PKG_LONGDESC="The mtdev is a stand-alone library which transforms all variants o
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
pre_configure_target() {
CFLAGS="$CFLAGS -fPIC"
}