• 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/libftdi/0002-libftdi.pc-requires-libusb-fix-static-build.patch
Samuel MartinSamuel Martin committed 0310aa70c2325 Jan 2015
Raw file
Source viewDiff to previous
 
1
From d3d6ca63cb86727533d7d83c98e70002bb04f343 Mon Sep 17 00:00:00 2001
2
From: Samuel Martin <s.martin49@gmail.com>
3
Date: Wed, 21 Jan 2015 11:18:59 +0100
4
Subject: [PATCH] libftdi.pc: requires libusb (fix static build)
5
​
6
---
7
 libftdi.pc.in | 4 ++--
8
 1 file changed, 2 insertions(+), 2 deletions(-)
9
​
10
diff --git a/libftdi.pc.in b/libftdi.pc.in
11
index 2061b91..57f0a09 100644
12
--- a/libftdi.pc.in
13
+++ b/libftdi.pc.in
14
@@ -5,8 +5,8 @@ includedir=@includedir@
15
 
16
 Name: libftdi
17
 Description: Library to program and control the FTDI USB controller
18
-Requires:
19
+Requires: libusb
20
 Version: @VERSION@
21
-Libs: -L${libdir} -lftdi -lusb
22
+Libs: -L${libdir} -lftdi
23
 Cflags: -I${includedir}
24
 
25
-- 
26
2.1.0
27
​
  • 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.