From 0162cc3469bea8c25b52935d922009abe43d67f7 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 30 Nov 2020 17:48:22 -0800 Subject: [PATCH] gpsd: fix compilation under some setups Some commit in base broke compilation. Adding sysroot fixes it. Signed-off-by: Rosen Penev --- utils/gpsd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile index 53428613c0..083a22b4cf 100644 --- a/utils/gpsd/Makefile +++ b/utils/gpsd/Makefile @@ -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