When building libpcrecpp with DEVELOPER=1 pcre is build without cpp support. This patch fixes this.
Signed-off-by: Florian Mutter <e...@skweez.net> Index: Makefile =================================================================== --- Makefile (Revision 32602) +++ Makefile (Arbeitskopie) @@ -45,7 +45,7 @@ --enable-utf8 \ --enable-unicode-properties \ -ifneq ($(CONFIG_PACKAGE_libpcrecpp),) +ifneq ($(DEVELOPER)$(CONFIG_PACKAGE_libpcrecpp),) CONFIGURE_ARGS+= --enable-cpp else CONFIGURE_ARGS+= --disable-cpp
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel