Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libcanfestival: Don't force -fhonour-opts | Florian Fainelli | 2017-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> |