mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
Merge pull request #3203 from TouchStar/feature_gpsd_fixcrossplatform
gpsd: fix cross platform compilation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user