[Libguestfs] [libnbd PATCH] lib: remove extra @LIBS@ from pkg-config file

Richard W.M. Jones rjones at redhat.com
Thu Mar 12 14:48:30 UTC 2020


On Thu, Mar 12, 2020 at 02:47:04PM +0000, Richard W.M. Jones wrote:
> On Thu, Mar 12, 2020 at 12:22:23PM +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.
> > ---
> >  lib/libnbd.pc.in | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/lib/libnbd.pc.in b/lib/libnbd.pc.in
> > index ba91f49..294c090 100644
> > --- a/lib/libnbd.pc.in
> > +++ b/lib/libnbd.pc.in
> > @@ -8,4 +8,4 @@ Version: @PACKAGE_VERSION@
> >  Description: NBD client library in userspace
> >  Requires:
> >  Cflags:
> > -Libs: -lnbd @LIBS@
> > +Libs: -lnbd
> 
> ACK

BTW I have pushed this one.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list