Browse Source

libcanfestival: Don't force -fhonour-opts

-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: 317c2469d9 ("libcanfestival: fix several small build process issues")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
lilik-openwrt-22.03
Florian Fainelli 7 years ago
parent
commit
657be0880b
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      libs/libcanfestival/Makefile
  2. +4
    -4
      libs/libcanfestival/patches/004-override-cflags.patch

+ 1
- 1
libs/libcanfestival/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libcanfestival
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_SOURCE_VERSION:=8bfe0ac00cdb
PKG_SOURCE_URL:=http://dev.automforge.net/CanFestival-3/archive/$(PKG_SOURCE_VERSION).tar.bz2?_dummyfilename=


libs/libcanfestival/patches/004-honour-copts.patch → libs/libcanfestival/patches/004-override-cflags.patch View File


Loading…
Cancel
Save