diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-30 22:19:41 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-31 17:30:13 +0200 |
| commit | af2f1de23c491cdd25e80011971a9019f20c8f47 (patch) | |
| tree | 6721f5e71f7922db4b3349008fe27bc88302b600 /meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch | |
| parent | edfe27d5c78991171fef308870022d52be88ca68 (diff) | |
| download | meta-openembedded-af2f1de23c491cdd25e80011971a9019f20c8f47.tar.gz | |
gpsd,tangogps,foxtrotgps,navit: move to new recipes-navigation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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, 16 insertions, 0 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 new file mode 100644 index 0000000000..7b78a72d84 --- /dev/null +++ b/meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 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 | ||
