mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libcanfestival: fix build on LEDE buildbots using ccache
The previous attempt to fix the build error was not successfull and introduced needlessly a new patch. However, the configure already provide the required functionality, use it instead. This should now really solve the build. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libcanfestival
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE_PROTO:=hg
|
||||
PKG_SOURCE_URL:=http://dev.automforge.net/CanFestival-3
|
||||
@@ -44,6 +44,7 @@ CONFIGURE_ARGS := \
|
||||
--cxx=$(TARGET_CXX) \
|
||||
--ld=$(TARGET_CC) \
|
||||
--arch=$(ARCH) \
|
||||
--binutils=$(TARGET_CROSS) \
|
||||
--os=Linux \
|
||||
--kerneldir=$(LINUX_DIR) \
|
||||
--prefix=/usr \
|
||||
|
||||
Reference in New Issue
Block a user