libgpg-error: build --with-pic

This commit is contained in:
Lukas Rusak 2017-06-14 12:46:19 -07:00
parent 92ec28be11
commit 800017d279
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -30,7 +30,7 @@ PKG_LONGDESC="This is a library that defines common error values for all GnuPG c
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC --enable-static --disable-shared --disable-nls --disable-rpath --with-gnu-ld"
PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC --enable-static --disable-shared --disable-nls --disable-rpath --with-gnu-ld --with-pic"
pre_configure_target() {
# inspired by openembedded