blob: 8f7735fc581dea89f6f81c1082a41f3cfd513c12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- libevent_pthreads.pc.in.orig 2010-08-16 18:56:09.000000000 +0200
+++ libevent_pthreads.pc.in 2011-03-06 21:15:25.621208481 +0100
@@ -10,7 +10,7 @@
Version: @VERSION@
Requires: libevent
Conflicts:
-Libs: -L${libdir} -levent_pthreads
+Libs: -L${libdir} -levent_pthreads-2.0
Libs.private: @LIBS@ @PTHREAD_LIBS@
-Cflags: -I${includedir} @PTHREAD_CFLAGS@
+Cflags: -I${includedir}/event2/compat -I${includedir} @PTHREAD_CFLAGS@
|