diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-19 22:40:02 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-19 22:40:02 +0000 |
commit | 5ba491d8e43f191d8543f59057fd00a211aa6217 (patch) | |
tree | 5b998d3460f899326028acd9379943f54ba82b88 /packages/openobex/openobex-1.3/libusb_crosscompile_check.patch | |
parent | 0fed4443d244760bf7879685d85ea5763ff7bb82 (diff) | |
parent | 2e747d3e035660f279e778c606d8f3fd8845feba (diff) |
merge of '2d7a4954a028d357fdb005ec7dc50e56f4e997f4'
and 'cde22aa5c39460e2787e0255619a9416ebfb680d'
Diffstat (limited to 'packages/openobex/openobex-1.3/libusb_crosscompile_check.patch')
-rw-r--r-- | packages/openobex/openobex-1.3/libusb_crosscompile_check.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/openobex/openobex-1.3/libusb_crosscompile_check.patch b/packages/openobex/openobex-1.3/libusb_crosscompile_check.patch new file mode 100644 index 0000000000..ca5bc0041a --- /dev/null +++ b/packages/openobex/openobex-1.3/libusb_crosscompile_check.patch @@ -0,0 +1,11 @@ +--- /tmp/acinclude.m4 2007-07-19 15:11:49.000000000 +0200 ++++ openobex-1.3/acinclude.m4 2007-07-19 15:13:06.925215000 +0200 +@@ -128,7 +128,7 @@ + + if (test "${usb_enable}" = "yes" && test "${usb_found}" = "yes"); then + AC_DEFINE(HAVE_USB, 1, [Define if system supports USB and it's enabled]) +- AC_CHECK_FILE(${prefix}/lib/pkgconfig/libusb.pc, REQUIRES="$REQUIRES libusb") ++ REQUIRES="libusb" + fi + + AM_CONDITIONAL(APPS, test "${apps_enable}" = "yes") |