Browse Source

Merge pull request #3203 from TouchStar/feature_gpsd_fixcrossplatform

gpsd: fix cross platform compilation
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
c0b208ea68
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/gpsd/Makefile

+ 2
- 1
utils/gpsd/Makefile View File

@ -103,7 +103,8 @@ SCONS_OPTIONS += \
nostrip=yes \
python=no \
implicit_link=no \
chrpath=no
chrpath=no \
target="$(TARGET_CROSS:-=)"
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include


Loading…
Cancel
Save