Browse Source

Merge pull request #14089 from neheb/gppsd

gpsd: fix compilation under some setups
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
9bbba084a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/gpsd/Makefile

+ 2
- 1
utils/gpsd/Makefile View File

@ -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


Loading…
Cancel
Save