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

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


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

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




More information about the Libguestfs mailing list