blob: 8487c1b5a298062a09ac0890e59acbe2454303b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- avahi-compat-libdns_sd.pc.in.orig Sun Jan 29 13:33:21 2006
+++ avahi-compat-libdns_sd.pc.in Sun Jan 29 13:33:40 2006
@@ -6,5 +6,5 @@
Name: avahi-compat-libdns_sd
Description: Avahi Multicast DNS Responder (libdns_sd Compatibility)
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -ldns_sd
-Cflags: -D_REENTRANT -I${includedir}
+Libs: -L${libdir} -ldns_sd @PTHREAD_LIBS@
+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}
|