lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit c0b208ea6835c211b9dc3a95341bd8334ae287b2
parent 5bc6f9cee98c40e087d08f71bd0a028459b41e77
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Mon, 26 Sep 2016 18:06:47 +0300

Merge pull request #3203 from TouchStar/feature_gpsd_fixcrossplatform

gpsd: fix cross platform compilation
Diffstat:
Mutils/gpsd/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile @@ -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