Do not define _GNU_SOURCE in loader/Makefile again. --- loader/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/loader/Makefile b/loader/Makefile index 25dfb64..e83d0f2 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -65,7 +65,7 @@ SOURCES = $(subst .o,.c,$(OBJS)) loader.c LIBS += -CFLAGS += -DUSE_LOGDEV -DVERSION='"$(VERSION)"' -D_GNU_SOURCE +CFLAGS += -DUSE_LOGDEV -DVERSION='"$(VERSION)"' REALCC=gcc # linuxrc + shutdown on s390, init everywhere else -- 1.6.0.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list