nettle: build as static library

This commit is contained in:
Stefan Saraev 2014-01-12 14:45:13 +02:00
parent 7ba51f87ad
commit f848c46de3

View File

@ -33,7 +33,7 @@ PKG_LONGDESC="Nettle is a cryptographic library that is designed to fit easily i
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-openssl"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-openssl"
pre_configure_target() {
# dont build parallel
@ -42,4 +42,4 @@ pre_configure_target() {
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
}
}