• 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/lcms2/0001-Fix-lcms2.pc.in-thread-library-dependency.patch
Peter SeidererPeter Seiderer committed 70030101e1612 Nov 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 0b55fd4e0935a0231ca258fde631a95215df2f72 Mon Sep 17 00:00:00 2001
2
From: Peter Seiderer <ps.report@gmx.net>
3
Date: Fri, 11 Nov 2016 23:29:56 +0100
4
Subject: [PATCH] Fix lcms2.pc.in thread library dependency.
5
​
6
Needed (sometimes) for static linking.
7
​
8
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
9
---
10
 lcms2.pc.in | 2 +-
11
 1 file changed, 1 insertion(+), 1 deletion(-)
12
​
13
diff --git a/lcms2.pc.in b/lcms2.pc.in
14
index b715f59..5b4213c 100644
15
--- a/lcms2.pc.in
16
+++ b/lcms2.pc.in
17
@@ -7,5 +7,5 @@ Name: @PACKAGE@
18
 Description: LCMS Color Management Library
19
 Version: @VERSION@
20
 Libs: -L${libdir} -llcms2
21
-Libs.private: @LIB_MATH@ 
22
+Libs.private: @LIB_MATH@ @LIB_THREAD@
23
 Cflags: -I${includedir}
24
-- 
25
2.8.1
26
​
  • 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.