• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/openobex/openobex-libusb_check_when_cross-compiling.patch
Samuel MartinSamuel Martin committed 04092fa357011 Mar 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Fix libusb check when cross-compiling.
2
​
3
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
4
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
5
​
6
Index: openobex-1.5/acinclude.m4
7
===================================================================
8
--- openobex-1.5.orig/acinclude.m4  2010-06-16 10:32:47.000000000 +0200
9
+++ openobex-1.5/acinclude.m4   2010-06-16 10:35:33.000000000 +0200
10
@@ -158,7 +158,7 @@
11
        ;;
12
    *)
13
        PKG_CHECK_MODULES(USB, libusb, usb_lib_found=yes, AC_MSG_RESULT(no))
14
-       AC_CHECK_FILE(${prefix}/lib/pkgconfig/libusb.pc, REQUIRES="libusb")
15
+       REQUIRES="libusb"
16
        ;;
17
    esac
18
    AC_SUBST(USB_CFLAGS)
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.