diff options
Diffstat (limited to 'meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch')
| -rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch b/meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch deleted file mode 100644 index 7b78a72d84..0000000000 --- a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | Index: gpsd-2.95/Makefile.am | ||
| 2 | =================================================================== | ||
| 3 | --- gpsd-2.95.orig/Makefile.am 2010-08-26 15:31:38.804330723 +0200 | ||
| 4 | +++ gpsd-2.95/Makefile.am 2010-08-26 15:31:57.170020341 +0200 | ||
| 5 | @@ -253,9 +253,9 @@ | ||
| 6 | # Warning: This overrides autoconf's normal link-line generation process | ||
| 7 | if LIBGPSMM_ENABLE | ||
| 8 | libgps_la_SOURCES += libgpsmm.cpp | ||
| 9 | -libgps_la_LINK = /bin/sh ./libtool --tag=CXX --mode=link g++ $(libgps_la_LDFLAGS) -o $@ | ||
| 10 | +libgps_la_LINK = $(LIBTOOL) --tag=CXX --mode=link g++ $(libgps_la_LDFLAGS) -o $@ | ||
| 11 | else | ||
| 12 | -libgps_la_LINK = /bin/sh ./libtool --tag=CC --mode=link gcc $(libgps_la_LDFLAGS) -o $@ | ||
| 13 | +libgps_la_LINK = $(LIBTOOL) --tag=CC --mode=link gcc $(libgps_la_LDFLAGS) -o $@ | ||
| 14 | endif | ||
| 15 | |||
| 16 | nodist_libgpsd_la_SOURCES = packet_names.h ais_json.i | ||
