Author: nbd Date: 2014-10-19 11:43:31 +0200 (Sun, 19 Oct 2014) New Revision: 42960
Modified: trunk/package/libs/polarssl/Makefile Log: polarssl: do not build the unused programs Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/polarssl/Makefile =================================================================== --- trunk/package/libs/polarssl/Makefile 2014-10-19 08:46:00 UTC (rev 42959) +++ trunk/package/libs/polarssl/Makefile 2014-10-19 09:43:31 UTC (rev 42960) @@ -51,6 +51,7 @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
