From fedcfd030383e0096200d5aba8f18987def72014 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 19 Oct 2014 09:43:31 +0000
Subject: [PATCH] polarssl: do not build the unused programs

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 42960
---
 package/libs/polarssl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile
index 3f2457f4a8..bab39e951d 100644
--- a/package/libs/polarssl/Makefile
+++ b/package/libs/polarssl/Makefile
@@ -51,6 +51,7 @@ CMAKE_OPTIONS += \
 	-DCMAKE_BUILD_TYPE:String="Release" \
 	-DUSE_SHARED_POLARSSL_LIBRARY:Bool=ON \
 	-DENABLE_TESTING:Bool=OFF \
+	-DENABLE_PROGRAMS:Bool=OFF \
 
 define Build/InstallDev
 	$(INSTALL_DIR) $(1)/usr/include
-- 
GitLab