[libvirt] [PATCH] gnulib: remove uneccessary func module

Daniel P. Berrangé posted 1 patch 4 years, 7 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190919133806.21560-1-berrange@redhat.com
bootstrap.conf | 1 -
1 file changed, 1 deletion(-)
[libvirt] [PATCH] gnulib: remove uneccessary func module
Posted by Daniel P. Berrangé 4 years, 7 months ago
The gnulib 'func' modules provides portability to compilers which lack
the '__func__' symbol. We only care about GCC and CLang compilers so do
not need this compatibility code.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 bootstrap.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 1ddc2a0305..383e19fa70 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -46,7 +46,6 @@ ffs
 ffsl
 fnmatch
 fsync
-func
 getaddrinfo
 getcwd-lgpl
 gethostname
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] gnulib: remove uneccessary func module
Posted by Michal Privoznik 4 years, 7 months ago
On 9/19/19 3:38 PM, Daniel P. Berrangé wrote:
> The gnulib 'func' modules provides portability to compilers which lack
> the '__func__' symbol. We only care about GCC and CLang compilers so do
> not need this compatibility code.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>   bootstrap.conf | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list