Pino Toscano
2020-Mar-12 11:16 UTC
[Libguestfs] [hivex PATCH] Remove extra @LIBS@ from pkg-config file
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
Richard W.M. Jones
2020-Mar-12 14:46 UTC
Re: [Libguestfs] [hivex PATCH] Remove extra @LIBS@ from pkg-config file
On Thu, Mar 12, 2020 at 12:16:30PM +0100, Pino Toscano wrote:> 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 > --ACK Thanks for clearing these up. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html
Apparently Analagous Threads
- [PATCH] lib: remove extra @LIBS@ from pkg-config file
- [PATCH hivex] ocaml: Link the C bindings with LDFLAGS (RHBZ#1548536).
- Re: Hivex - Trailing garbage at the end of hive file
- Re: Hivex - Trailing garbage at the end of hive file
- [hivex] [PATCH 2/2] hivex: Expose embedded hive file name