aboutsummaryrefslogtreecommitdiff
path: root/libs/libcanfestival/patches/004-override-cflags.patch
Commit message (Collapse)AuthorAge
* libcanfestival: Don't force -fhonour-optsFlorian Fainelli2017-06-04
-fhonour-copts is an OpenWrt/LEDE toolchain specific patch, forcing it will make external toolchain fail to build this package. What we need instead is a way to override CFLAGS from the different Makefile files so rename the patch to illustrate that. Fixes: 317c2469d923 ("libcanfestival: fix several small build process issues") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>