Author: nbd Date: 2014-10-19 11:43:49 +0200 (Sun, 19 Oct 2014) New Revision: 42961
Modified: branches/barrier_breaker/package/libs/polarssl/Makefile Log: polarssl: do not build the unused programs Signed-off-by: Felix Fietkau <[email protected]> Backport of r42960 Modified: branches/barrier_breaker/package/libs/polarssl/Makefile =================================================================== --- branches/barrier_breaker/package/libs/polarssl/Makefile 2014-10-19 09:43:31 UTC (rev 42960) +++ branches/barrier_breaker/package/libs/polarssl/Makefile 2014-10-19 09:43:49 UTC (rev 42961) @@ -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
