diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-19 09:43:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-19 09:43:31 +0000 |
commit | 5e574fc33fa10c457ee7f823381febce2fdc3c80 (patch) | |
tree | 15b48b0695f2f38e5090eb77b790834646a9e107 /package/libs/polarssl/Makefile | |
parent | 48fe35fed7116fc1ae4c37146bb8db71512ed422 (diff) | |
download | upstream-5e574fc33fa10c457ee7f823381febce2fdc3c80.tar.gz upstream-5e574fc33fa10c457ee7f823381febce2fdc3c80.tar.bz2 upstream-5e574fc33fa10c457ee7f823381febce2fdc3c80.zip |
polarssl: do not build the unused programs
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/polarssl/Makefile')
-rw-r--r-- | package/libs/polarssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |