libdbi: remove CFLAGS override
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Mar 2014 00:56:29 +0000 (00:56 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Mar 2014 00:56:29 +0000 (00:56 +0000)
commit6b657b66396b9a78a7d649cb98666e056d3e0c40
treecbdbcd2667ca9691e52a3f3216315d0df88c1bdc
parentc66bb863c562ec8046661fcc33c26005eb199bb6
libdbi: remove CFLAGS override

libdbi's configure.in is hardcoding CFLAGS and does not allow the configure
script environment to override those. Remove the hardcoded CFLAGS as they are
completely bogus and do not allow for any configuration. Fixes the build on ARM
VFP toolchains.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39797 3c298f89-4303-0410-b956-a3cf2f4a3e73
libs/libdbi/patches/002-no_cflags_override.patch [new file with mode: 0644]