search for: 250a58b

Displaying 1 result from an estimated 1 matches for "250a58b".

Did you mean: 250658
2020 Mar 12
1
[hivex PATCH] Remove extra @LIBS@ from pkg-config file
...he 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