From: Samuel Martin Date: Sun, 19 Oct 2014 18:04:50 +0000 (+0200) Subject: package/polarssl: cleanup configure options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cf0738a2e4959a92a5ed5dbad1bf2be101adced;p=buildroot.git package/polarssl: cleanup configure options Test build is already disabled by the cmake-package infrastructure. Signed-off-by: Samuel Martin Signed-off-by: Thomas Petazzoni --- diff --git a/package/polarssl/polarssl.mk b/package/polarssl/polarssl.mk index 98dd5bc2a9..21bf160fbd 100644 --- a/package/polarssl/polarssl.mk +++ b/package/polarssl/polarssl.mk @@ -8,7 +8,6 @@ POLARSSL_SITE = https://polarssl.org/code/releases POLARSSL_VERSION = 1.2.11 POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz POLARSSL_CONF_OPTS = \ - -DBUILD_TESTS=OFF \ -DENABLE_PROGRAMS=$(if $(BR2_PACKAGE_POLARSSL_PROGRAMS),ON,OFF) POLARSSL_INSTALL_STAGING = YES