24 lines
734 B
Diff
24 lines
734 B
Diff
From 76eb124d88c378e3259c437d55b328ed55befc60 Mon Sep 17 00:00:00 2001
|
|
From: Felix Kaechele <felix@kaechele.ca>
|
|
Date: Sun, 17 Jun 2018 20:32:52 +0200
|
|
Subject: [PATCH 2/3] Fix dns++ pc file
|
|
|
|
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
|
|
---
|
|
dns++.pc.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/dns++.pc.in b/dns++.pc.in
|
|
index ef65c7e..399a0eb 100644
|
|
--- a/dns++.pc.in
|
|
+++ b/dns++.pc.in
|
|
@@ -8,4 +8,4 @@ Description: BIND 10 DNS library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: @CRYPTO_PACKAGE@
|
|
Cflags: -I${includedir}/@PACKAGE_NAME@
|
|
-Libs: -L${libdir} -lb10-dns++ -lb10-cryptolink -lb10-util -lb10-exceptions -lm
|
|
+Libs: -L${libdir} -lkea-dns++ -lkea-cryptolink -lkea-util -lkea-exceptions -lm
|
|
--
|
|
2.19.2
|
|
|