[git commit] getconf.c: undef VERSION

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu May 28 15:05:43 UTC 2015


commit: http://git.uclibc.org/uClibc/commit/?id=9930f8b92bb47b2dbea7679d948e3ecfbce23ca9
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

might come in via nptl so undef it before redefining it

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 utils/getconf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/utils/getconf.c b/utils/getconf.c
index 408a574..3dd3d75 100644
--- a/utils/getconf.c
+++ b/utils/getconf.c
@@ -23,6 +23,7 @@
 #include <stdio.h>
 
 #define PACKAGE "getconf regression test"
+#undef VERSION
 #define VERSION ""
 #define _(x) x
 #define error(status, errnum, fmt, ...) \


More information about the uClibc-cvs mailing list