Skip to content
Snippets Groups Projects
Commit fedcfd03 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

polarssl: do not build the unused programs


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

SVN-Revision: 42960
parent 78e333ae
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ CMAKE_OPTIONS += \ ...@@ -51,6 +51,7 @@ CMAKE_OPTIONS += \
-DCMAKE_BUILD_TYPE:String="Release" \ -DCMAKE_BUILD_TYPE:String="Release" \
-DUSE_SHARED_POLARSSL_LIBRARY:Bool=ON \ -DUSE_SHARED_POLARSSL_LIBRARY:Bool=ON \
-DENABLE_TESTING:Bool=OFF \ -DENABLE_TESTING:Bool=OFF \
-DENABLE_PROGRAMS:Bool=OFF \
define Build/InstallDev define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include $(INSTALL_DIR) $(1)/usr/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment