]> code.ossystems Code Review - openembedded-core.git/commitdiff
npth: npth needs pthread in some cases
authorSaul Wold <sgw@linux.intel.com>
Mon, 10 Nov 2014 21:59:03 +0000 (13:59 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Dec 2014 11:32:51 +0000 (11:32 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/npth/npth/pkgconfig.patch

index 55d12c220c8d016a32407b510af38eb7ecd4e844..178ed54c226686f7374309f3eee6c2a520f7acd8 100644 (file)
@@ -3,6 +3,7 @@ Added npth pkgconfig file
 Upstream-Status: Incompatible [oe-core specific]
 
 Signed-off-by: Saul Wold <sgw@linux.intel.com>
+
 Index: npth-1.1/src/npth.pc.in
 ===================================================================
 --- /dev/null
@@ -16,7 +17,7 @@ Index: npth-1.1/src/npth.pc.in
 +Name: npth
 +Description: a new portable posix threading library
 +Version: @VERSION@
-+Libs: -L${libdir} -lnpth
++Libs: -L${libdir} -lnpth -lpthread
 +Cflags: -I${includedir}
 Index: npth-1.1/src/Makefile.am
 ===================================================================