Displaying 3 results from an estimated 3 matches for "013bf0f28".
2020 Mar 11
4
[PATCH] lib: remove extra @LIBS@ from pkg-config file
...bably 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/libguestfs.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libguestfs.pc.in b/lib/libguestfs.pc.in
index 679ed7eba..013bf0f28 100644
--- a/lib/libguestfs.pc.in
+++ b/lib/libguestfs.pc.in
@@ -8,4 +8,4 @@ Version: @VERSION@
Description: libguestfs library for accessing and modifying VM images
Requires:
Cflags:
-Libs: -lguestfs @LIBS@
+Libs: -lguestfs
--
2.24.1
2020 Mar 11
0
Re: [PATCH] lib: remove extra @LIBS@ from pkg-config file
...avoid adding spurious content to the pkg-config file in case that
> variable will get a value in the future.
> ---
> lib/libguestfs.pc.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/libguestfs.pc.in b/lib/libguestfs.pc.in
> index 679ed7eba..013bf0f28 100644
> --- a/lib/libguestfs.pc.in
> +++ b/lib/libguestfs.pc.in
> @@ -8,4 +8,4 @@ Version: @VERSION@
> Description: libguestfs library for accessing and modifying VM images
> Requires:
> Cflags:
> -Libs: -lguestfs @LIBS@
> +Libs: -lguestfs
If I recall, @LIBS@ is the...
2020 Mar 11
0
Re: [PATCH] lib: remove extra @LIBS@ from pkg-config file
...t; avoid adding spurious content to the pkg-config file in case that
> variable will get a value in the future.
> ---
> lib/libguestfs.pc.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/libguestfs.pc.in b/lib/libguestfs.pc.in
> index 679ed7eba..013bf0f28 100644
> --- a/lib/libguestfs.pc.in
> +++ b/lib/libguestfs.pc.in
> @@ -8,4 +8,4 @@ Version: @VERSION@
> Description: libguestfs library for accessing and modifying VM images
> Requires:
> Cflags:
> -Libs: -lguestfs @LIBS@
> +Libs: -lguestfs
I don't really know about...