mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
gpsd: fix compilation under some setups
Some commit in base broke compilation. Adding sysroot fixes it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gpsd
|
||||
PKG_VERSION:=3.21
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME)
|
||||
@@ -104,6 +104,7 @@ SCONS_OPTIONS += \
|
||||
implicit_link=no \
|
||||
chrpath=no \
|
||||
manbuild=no \
|
||||
sysroot="$(STAGING_DIR)" \
|
||||
target="$(TARGET_CROSS:-=)"
|
||||
|
||||
define Build/InstallDev
|
||||
|
||||
Reference in New Issue
Block a user