libgpg-error: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 17:44:51 +02:00
parent 941f8d40bb
commit 74833bbbb7

View File

@ -29,7 +29,7 @@ PKG_SHORTDESC="libgpg-error: Library that defines common error values for GnuPG
PKG_LONGDESC="This is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the future."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC --enable-static --disable-shared --disable-nls --disable-rpath --with-gnu-ld"