diff options
Diffstat (limited to 'bluez-hcidump/bluez-hcidump-1.5/configure.patch')
-rw-r--r-- | bluez-hcidump/bluez-hcidump-1.5/configure.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/bluez-hcidump/bluez-hcidump-1.5/configure.patch b/bluez-hcidump/bluez-hcidump-1.5/configure.patch deleted file mode 100644 index fe40bfb3ad..0000000000 --- a/bluez-hcidump/bluez-hcidump-1.5/configure.patch +++ /dev/null @@ -1,29 +0,0 @@ - -# -# 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 |