Author: nbd Date: 2015-09-11 18:31:01 +0200 (Fri, 11 Sep 2015) New Revision: 46850
Modified: trunk/package/system/opkg/Makefile Log: opkg: work around unconditional libopenssl build dependency As the OpenWrt build system only resolves build dependencies per directory, all opkg variants were causing libopenssl to be downloaded and built, not only opkg-smime. Fix this by applying the same workaround as in ustream-ssl. Signed-off-by: Matthias Schiffer <[email protected]> Modified: trunk/package/system/opkg/Makefile =================================================================== --- trunk/package/system/opkg/Makefile 2015-09-11 12:09:00 UTC (rev 46849) +++ trunk/package/system/opkg/Makefile 2015-09-11 16:31:01 UTC (rev 46850) @@ -72,7 +72,7 @@ define Package/opkg-smime $(call Package/opkg/Default) TITLE+= (with S/MIME signature support) - DEPENDS+=+libopenssl + DEPENDS+=+PACKAGE_opkg-smime:libopenssl VARIANT:=smime endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
