From 11524cc21813733ac3e20c29b6230bd29b130064 Mon Sep 17 00:00:00 2001 From: Nick Leverton Date: Fri, 14 May 2010 13:09:22 +0000 Subject: [PATCH] Add PTHREAD_CFLAGS to Libs: in libupnp.pc, as assumed by acx_pthread.m4 (fixes binutils-gold link failure) git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@550 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- libupnp.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libupnp.pc.in b/libupnp.pc.in index 9ef5383..227f354 100644 --- a/libupnp.pc.in +++ b/libupnp.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: libupnp Description: Linux SDK for UPnP Devices Version: @VERSION@ -Libs: @PTHREAD_LIBS@ -L${libdir} -lupnp -lthreadutil -lixml +Libs: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ -L${libdir} -lupnp -lthreadutil -lixml Cflags: @PTHREAD_CFLAGS@ -I${includedir}/upnp