6d8fc3cdc8
add patch to not install the static library, from https://github.com/alanxz/rabbitmq-c/pull/749 add patch to fix version in pkgconfig file, from https://github.com/alanxz/rabbitmq-c/pull/751
23 lines
664 B
Diff
23 lines
664 B
Diff
From f97f91c5d1db9ae97f3e1ac743ef63c1ccde4edc Mon Sep 17 00:00:00 2001
|
|
From: Remi Collet <remi@remirepo.net>
|
|
Date: Thu, 2 Feb 2023 07:38:06 +0100
|
|
Subject: [PATCH] fix empty version for pkjgconfig
|
|
|
|
---
|
|
librabbitmq.pc.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/librabbitmq.pc.in b/librabbitmq.pc.in
|
|
index 39401807..711d01d2 100644
|
|
--- a/librabbitmq.pc.in
|
|
+++ b/librabbitmq.pc.in
|
|
@@ -5,7 +5,7 @@ includedir=@includedir@
|
|
|
|
Name: rabbitmq-c
|
|
Description: An AMQP 0-9-1 client library
|
|
-Version: @VERSION@
|
|
+Version: @RMQ_VERSION@
|
|
URL: https://github.com/alanxz/rabbitmq-c
|
|
Requires.private: @requires_private@
|
|
Libs: -L${libdir} -lrabbitmq
|