diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-21 21:08:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-21 21:08:27 +0000 |
commit | 97d2dcb600cca3100b1ca27c652fb351178a2482 (patch) | |
tree | 5ac26be25de034db610e5858e2b9a2d141f4d2fe /packages/obexftp/files | |
parent | d33ef936c3c4673112d0fa91a3d9e507b97be663 (diff) |
obexftp: remove 0.19, fix 0.20
Diffstat (limited to 'packages/obexftp/files')
-rw-r--r-- | packages/obexftp/files/i-hate-libtool.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/obexftp/files/i-hate-libtool.patch b/packages/obexftp/files/i-hate-libtool.patch new file mode 100644 index 0000000000..1e31ac44b4 --- /dev/null +++ b/packages/obexftp/files/i-hate-libtool.patch @@ -0,0 +1,20 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- obexftp-0.20/apps/Makefile.am~i-hate-libtool ++++ obexftp-0.20/apps/Makefile.am +@@ -9,9 +9,9 @@ + LDADD = ../obexftp/libobexftp.la \ + ../multicobex/libmulticobex.la \ + ../bfb/libbfb.la \ +- @OPENOBEX_LIBS@ +-# @BLUETOOTH_LIBS@ +-# @USB_LIBS@ ++ @OPENOBEX_LIBS@ \ ++ @BLUETOOTH_LIBS@ ++# @USB_LIBS@ + # need on win32: + # getopt.o getopt1.o libopenobex.a libwsock32.a + |