libnet-1.0.x: remove CFLAGS hardcoding
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Mar 2014 00:56:37 +0000 (00:56 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Mar 2014 00:56:37 +0000 (00:56 +0000)
commit4029b82cf84dbf7de2835e09f9051eb4a0cea704
tree9e1bfa9180c17a78d888ceb9b7ff90d6053e4720
parent29313f83162254a97e2d3a851987ebc3f8348160
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39800 3c298f89-4303-0410-b956-a3cf2f4a3e73
libs/libnet-1.0.x/Makefile
libs/libnet-1.0.x/patches/200-no_cflags_ovveride.patch [new file with mode: 0644]