package/civetweb: fix build error on a host with make v4.0
authorFabio Porcedda <fabio.porcedda@gmail.com>
Fri, 27 Feb 2015 09:19:21 +0000 (10:19 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 28 Feb 2015 09:02:21 +0000 (10:02 +0100)
commita9079c7d86cd397e97e9cf23be42c5211ca09dec
tree5687889b6fb00ce366e00ea19beaa028f1dc2bb7
parent7cbfc35ed3395dc9fc1b4255d48b226799615fbe
package/civetweb: fix build error on a host with make v4.0

Add a patch to fix a typo that on a system with make v4.0 and
BR2_CIVETWEB_WITH_LUA=y fails to build:
  Makefile:203: *** mixed implicit and normal rules.  Stop.

The patch was not sent upstream because this problem is already fixed on
master.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/civetweb/0001-Lua-fix-a-typo-changing-LFS_DIR-to-LFS_DIR.patch [new file with mode: 0644]