search for: ba91f49

Displaying 2 results from an estimated 2 matches for "ba91f49".

Did you mean: ba91f079
2020 Mar 12
2
[libnbd PATCH] lib: remove extra @LIBS@ from pkg-config file
...ent 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 -- 2.24.1
2020 Mar 12
0
Re: [libnbd PATCH] lib: remove extra @LIBS@ from pkg-config file
...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, R...