[Libguestfs] [hivex PATCH] Remove extra @LIBS@ from pkg-config file

Pino Toscano ptoscano at redhat.com
Thu Mar 12 11:16:30 UTC 2020


At the moment it is empty, so probably it does not exist. Remove it to
avoid adding spurious content to the pkg-config file in case that
variable will get a value in the future.
---
 hivex.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hivex.pc.in b/hivex.pc.in
index c5f594a..250a58b 100644
--- a/hivex.pc.in
+++ b/hivex.pc.in
@@ -8,4 +8,4 @@ Version: @VERSION@
 Description: Read and write Windows Registry Hive files.
 Requires:
 Cflags:
-Libs: -lhivex @LIBS@
+Libs: -lhivex
-- 
2.24.1




More information about the Libguestfs mailing list