mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
enable tests tests fail with asio but pass with either libuv or no flag (default epoll) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
19 lines
462 B
Diff
19 lines
462 B
Diff
diff --git a/libusockets.pc.in b/libusockets.pc.in
|
|
new file mode 100644
|
|
index 0000000..b818020
|
|
--- /dev/null
|
|
+++ b/libusockets.pc.in
|
|
@@ -0,0 +1,12 @@
|
|
+prefix=@PREFIX@
|
|
+libdir=${prefix}/@LIB@
|
|
+includedir=${prefix}/include
|
|
+
|
|
+Name: uSockets
|
|
+Version: @VERSION@
|
|
+Description: eventing, networking and crypto for async applications.
|
|
+URL: https://github.com/uNetworking/uSockets
|
|
+
|
|
+Cflags: -I${includedir}
|
|
+Libs: -L${libdir} -lusockets
|
|
+Requires.private: @REQUIRES@
|