Package: libkqueue
Version: 2.0.2-1
Severity: important
Tags: patch
User: [email protected]
Usertags: mips-patch
Control: block 740985 by -1
In try to build from source,
libdispatch package failed with an error:
> checking sys/event.h presence... no
> checking for sys/event.h... no
> checking for KQUEUE... configure: error: Package requirements
> (libkqueue) were not met:
>
> Variable 'includedir' not defined in
> '/usr/lib/x86_64-linux-gnu/pkgconfig/libkqueue.pc'
I believe this problem is caused by changes in libkqueue.pc.in.
The patch that fixes this issue is attached.
Regards,
Dejan
--- libkqueue-2.0.2.orig/libkqueue.pc.in 2014-02-23 21:52:26.000000000 +0000
+++ libkqueue-2.0.2/libkqueue.pc.in 2014-03-06 13:38:55.000000000 +0000
@@ -5,4 +5,4 @@
Requires:
Libs: -lkqueue
Libs.private: -lpthread -lrt
-Cflags: -I${includedir}/kqueue
+Cflags: -I/usr/include/kqueue