diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
commit | e874f84fdb6eb83d905a72b35d87398374594b97 (patch) | |
tree | 38ecc86989a194756836fa411c4bfb7c4b68913f /package/obexftp/patches | |
parent | 68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff) |
more regressions found at runtime on alic1c
Diffstat (limited to 'package/obexftp/patches')
-rw-r--r-- | package/obexftp/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/obexftp/patches/patch-configure b/package/obexftp/patches/patch-configure new file mode 100644 index 000000000..f9102ae87 --- /dev/null +++ b/package/obexftp/patches/patch-configure @@ -0,0 +1,11 @@ +--- obexftp-0.23.orig/configure 2009-02-17 19:28:02.000000000 +0100 ++++ obexftp-0.23/configure 2009-06-04 21:52:11.000000000 +0200 +@@ -22551,7 +22551,7 @@ fi + if test "$ac_bluetooth_enabled" = yes; then + + case $host in +- *-*-linux*) ++ *) + + + pkg_failed=no |