Files
packages/lang
Florian Fainelli 140b3f2fe0 lpeg: Fix build with external toolchains
We are not properly passing down TARGET_CFLAGS and TARGET_CPPFLAGS and
this can be noticed with external toolchains with the following build
error:

mipsel-linux-gnu-gcc -Wall -Wextra -pedantic -Waggregate-return
-Wcast-align -Wcast-qual -Wdisabled-optimization -Wpointer-arith
-Wshadow -Wsign-compare -Wundef -Wwrite-strings -Wbad-function-cast
-Wdeclaration-after-statement -Wmissing-prototypes -Wnested-externs
-Wstrict-prototypes  -O2 -std=c99 -I../lua/ -fPIC   -c -o lpvm.o lpvm.c
lpvm.c:10:17: fatal error: lua.h: No such file or directory
 #include "lua.h"
                 ^
compilation terminated.
make[4]: *** [lpvm.o] Error 1

Re-use COPT to pass our TARGET_CFLAGS and TARGET_CPPFLAGS

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-05 17:44:27 -07:00
..
2015-05-13 02:30:20 +02:00
2015-01-06 08:03:36 -08:00
2016-07-10 19:20:01 +03:00
2015-05-04 22:15:22 +08:00
2016-04-29 21:40:17 +02:00
2016-08-23 15:02:10 +03:00
2017-01-23 11:00:53 +03:30
2016-09-16 14:04:52 -04:00
2014-08-27 15:12:16 +08:00
2017-02-16 13:21:13 +00:00
2015-06-17 22:56:26 +08:00
2017-05-10 14:46:25 -04:00
2017-04-09 23:02:54 -06:00
2015-09-14 15:33:18 +02:00
2015-09-14 15:33:18 +02:00
2015-06-30 10:58:19 +02:00
2015-06-30 10:58:19 +02:00
2016-01-23 14:15:55 +01:00
2015-12-21 17:54:02 +01:00
2017-05-14 22:31:25 +02:00
2017-03-27 23:05:49 -03:00
2016-10-30 23:01:52 +01:00