diff options
Diffstat (limited to 'package/gpsd/patches/patch-Makefile_in.orig')
-rw-r--r-- | package/gpsd/patches/patch-Makefile_in.orig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gpsd/patches/patch-Makefile_in.orig b/package/gpsd/patches/patch-Makefile_in.orig new file mode 100644 index 000000000..c70f14c49 --- /dev/null +++ b/package/gpsd/patches/patch-Makefile_in.orig @@ -0,0 +1,11 @@ +--- gpsd-2.92.orig/Makefile.in 2010-03-03 14:49:11.000000000 +0100 ++++ gpsd-2.92/Makefile.in 2010-04-03 10:32:03.332223513 +0200 +@@ -615,8 +615,6 @@ libgps_la_LIBADD = $(LIBM) $(LIBC) $(LIB + # + # Build Python binding + # +-@HAVE_PYTHON_TRUE@PYEXTENSIONS = gpspacket.so gpslib.so +-@HAVE_PYTHON_TRUE@noinst_SCRIPTS = gpspacket.so gpslib.so setup.py + @LIBGPSMM_ENABLE_FALSE@TESTBINS = test_float test_trig test_bits test_packet test_geoid \ + @LIBGPSMM_ENABLE_FALSE@ test_mkgmtime test_json + |