]> git.pld-linux.org Git - packages/gpsd.git/blame - gpsd-flags.patch
- fixed scons calls
[packages/gpsd.git] / gpsd-flags.patch
CommitLineData
d96c1154
JB
1--- gpsd-3.8/SConstruct.orig 2013-03-01 16:31:35.872871853 +0100
2+++ gpsd-3.8/SConstruct 2013-03-01 17:26:39.839399865 +0100
3@@ -886,7 +886,7 @@
4 # linking
5 # The final executable will build but not be portable.
6
7-env.StaticLibrary(target = 'libgps.a', source = libgps_sources)
8+env.StaticLibrary(target = 'libgps.a', source = libgps_sources, parse_flags = dbus_libs)
9
10 # Source groups
11
This page took 0.05497 seconds and 4 git commands to generate.