From 31e8fdda0eabbd2b62cba81eba920cc5279ace38 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 19 Oct 2014 09:43:49 +0000 Subject: [PATCH] polarssl: do not build the unused programs Signed-off-by: Felix Fietkau Backport of r42960 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42961 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libs/polarssl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index 3f2457f..bab39e9 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