projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8bd4dc
)
gpsd: respect LDFLAGS
2198/head
author
Alexander Ryzhov
<github@ryzhov-al.ru>
Tue, 29 Dec 2015 06:48:01 +0000
(
01:48
-0500)
committer
Alexander Ryzhov
<github@ryzhov-al.ru>
Tue, 29 Dec 2015 06:50:27 +0000
(
01:50
-0500)
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
utils/gpsd/Makefile
patch
|
blob
|
history
diff --git
a/utils/gpsd/Makefile
b/utils/gpsd/Makefile
index 2351f71ec70b7efef253da84d68baa02e820d1f6..0a6ef374cde7b7fe02d6006564e831b98a1c51fe 100644
(file)
--- a/
utils/gpsd/Makefile
+++ b/
utils/gpsd/Makefile
@@
-83,6
+83,9
@@
define Package/libgps/description
This package contains the libgps library.
endef
+SCONS_VARS += \
+ LINKFLAGS="$(TARGET_LDFLAGS)"
+
SCONS_OPTIONS += \
dbus_export=no \
tsip=no \