-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

the errors you're experiencing are not your fault.

The appweb Makefile overrides the default Build/Prepare action which 
prevents the Quilt make targets from getting executed.

This change will enable quilt patching as documented in the wiki:

diff --git a/net/appweb/Makefile b/net/appweb/Makefile
index d52e7ae..31a3783 100644
- --- a/net/appweb/Makefile
+++ b/net/appweb/Makefile
@@ -53,6 +53,7 @@ CONFIGURE_ARGS += \
 
 define Build/Prepare
        tar xzf "$(DL_DIR)/$(PKG_SOURCE)" --strip-components 1 -C 
"$(PKG_BUILD_DIR)"
+       $(call Build/Prepare/Default)
 endef
 
 define Build/Configure


Feel free to include that in your final patch too.

Regards,
Jow
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+yyEsACgkQdputYINPTPPdawCfSft0h7cj6LZjUioQPOIx0tgy
cVwAn1Pc67GwddYk0XEtSpcvOj2KS+Rv
=zpz/
-----END PGP SIGNATURE-----
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to