Revert "nettle: build as static library"

This reverts commit f848c46de337fed600e8b6148da62a49ad885f90.
This commit is contained in:
Stefan Saraev 2014-01-12 18:32:44 +02:00
parent 7a7b0f8abd
commit 1745ab666c

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-shared --disable-openssl"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-openssl"
pre_configure_target() {
# dont build parallel
@ -42,4 +42,4 @@ pre_configure_target() {
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
}
}