[Buildroot] [PATCH 14/15] package/polarssl: cleanup configure options

Samuel Martin s.martin49 at gmail.com
Sun Oct 19 18:04:50 UTC 2014


Test build is already disabled by the cmake-package infrastructure.

Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
---
 package/polarssl/polarssl.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/polarssl/polarssl.mk b/package/polarssl/polarssl.mk
index 98dd5bc..21bf160 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
-- 
2.1.2



More information about the buildroot mailing list