summaryrefslogtreecommitdiff
path: root/bluez-hcidump/bluez-hcidump-1.5
diff options
context:
space:
mode:
Diffstat (limited to 'bluez-hcidump/bluez-hcidump-1.5')
-rw-r--r--bluez-hcidump/bluez-hcidump-1.5/configure.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/bluez-hcidump/bluez-hcidump-1.5/configure.patch b/bluez-hcidump/bluez-hcidump-1.5/configure.patch
index e69de29bb2..fe40bfb3ad 100644
--- a/bluez-hcidump/bluez-hcidump-1.5/configure.patch
+++ b/bluez-hcidump/bluez-hcidump-1.5/configure.patch
@@ -0,0 +1,29 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- bluez-hcidump-1.5/configure.in~configure
++++ bluez-hcidump-1.5/configure.in
+@@ -24,8 +24,8 @@
+ AC_ARG_WITH(bluez-libs,
+ --with-bluez-libs=DIR BlueZ libraries and header files,
+ [
+- BLUEZ_INCDIR="$withval"/include
+- BLUEZ_LIBDIR="$withval"/src
++ BLUEZ_INCDIR="$withval/include $withval/include/bluetooth"
++ BLUEZ_LIBDIR="$withval"/lib
+ ],[
+ BLUEZ_INCDIR='../libs/include /usr/include/bluetooth'
+ BLUEZ_LIBDIR='../libs/src /usr/lib'
+--- bluez-hcidump-1.5/acinclude.m4~configure
++++ bluez-hcidump-1.5/acinclude.m4
+@@ -74,7 +74,7 @@
+ p=`cd $p && pwd`
+
+ # Check for libtool library
+- if test -f $p/lib$1.la; then
++ if test -f $p/lib$1.la -a -d $p/.libs; then
+ path=$p/.libs
+ else
+ path=$p