mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
dump1090: fix soft float ARM build
Package CPU features detection is not supporting soft float ARM. So we disable it altogether. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dump1090
|
||||
PKG_VERSION:=9.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/flightaware/dump1090/tar.gz/v${PKG_VERSION}?
|
||||
@@ -58,6 +58,10 @@ MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
UNAME="Linux"
|
||||
|
||||
ifeq ($(CONFIG_SOFT_FLOAT),y)
|
||||
MAKE_FLAGS += CPUFEATURES=no
|
||||
endif
|
||||
|
||||
TARGET_LDFLAGS += -Wl,--as-needed
|
||||
|
||||
define Package/dump1090/conffiles
|
||||
|
||||
Reference in New Issue
Block a user