From: Felix Fietkau Date: Sun, 19 Oct 2014 09:43:31 +0000 (+0000) Subject: polarssl: do not build the unused programs X-Git-Url: https://git.archive.openwrt.org/?p=15.05%2Fopenwrt.git;a=commitdiff_plain;h=5e574fc33fa10c457ee7f823381febce2fdc3c80 polarssl: do not build the unused programs Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42960 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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