libnet-1.0.x: remove CFLAGS hardcoding
authorFlorian Fainelli <florian@openwrt.org>
Sat, 8 Mar 2014 00:56:37 +0000 (00:56 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 8 Mar 2014 00:56:37 +0000 (00:56 +0000)
commitb81a9521aac93ba11e4bd0e7d8d2f1e0798cb394
tree9e1bfa9180c17a78d888ceb9b7ff90d6053e4720
parent6d3fb96950a6a1080afbcef4a264dd7270a685ab
libnet-1.0.x: remove CFLAGS hardcoding

configure.in contains a test which overrides CFLAGS with CCOPTS when it
determines that the compiler is GCC, this breaks build on most platforms where
the ABI has to be explicitely specified (e.g: ARM VFP).

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39800
libs/libnet-1.0.x/Makefile
libs/libnet-1.0.x/patches/200-no_cflags_ovveride.patch [new file with mode: 0644]