SOURCES: hardinfo-libgthread.patch (NEW) - link with gthread

wolf wolf at pld-linux.org
Wed Nov 21 20:17:47 CET 2007


Author: wolf                         Date: Wed Nov 21 19:17:47 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- link with gthread

---- Files affected:
SOURCES:
   hardinfo-libgthread.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/hardinfo-libgthread.patch
diff -u /dev/null SOURCES/hardinfo-libgthread.patch:1.1
--- /dev/null	Wed Nov 21 20:17:47 2007
+++ SOURCES/hardinfo-libgthread.patch	Wed Nov 21 20:17:42 2007
@@ -0,0 +1,12 @@
+diff -ruN hardinfo-0.4.2.3./configure hardinfo-0.4.2.3/configure
+--- hardinfo-0.4.2.3./configure	2007-11-04 14:14:47.000000000 +0100
++++ hardinfo-0.4.2.3/configure	2007-11-21 20:03:42.654506493 +0100
+@@ -157,7 +157,7 @@
+ 	case $? in
+ 		0)
+ 			SOUP_FLAGS=`pkg-config libsoup-2.2 --cflags --static`
+-			SOUP_LIBS=`pkg-config libsoup-2.2 --libs --static`
++			SOUP_LIBS="`pkg-config libsoup-2.2 --libs --static` -lgthread-2.0"
+ 			echo "found `pkg-config libsoup-2.2 --modversion`"
+ 			SOUP=1
+ 			break ;;
================================================================


More information about the pld-cvs-commit mailing list