update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,26 @@
From 0b55fd4e0935a0231ca258fde631a95215df2f72 Mon Sep 17 00:00:00 2001
From: Peter Seiderer <ps.report@gmx.net>
Date: Fri, 11 Nov 2016 23:29:56 +0100
Subject: [PATCH] Fix lcms2.pc.in thread library dependency.
Needed (sometimes) for static linking.
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
lcms2.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lcms2.pc.in b/lcms2.pc.in
index b715f59..5b4213c 100644
--- a/lcms2.pc.in
+++ b/lcms2.pc.in
@@ -7,5 +7,5 @@ Name: @PACKAGE@
Description: LCMS Color Management Library
Version: @VERSION@
Libs: -L${libdir} -llcms2
-Libs.private: @LIB_MATH@
+Libs.private: @LIB_MATH@ @LIB_THREAD@
Cflags: -I${includedir}
--
2.8.1