[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] We already have _GNU_SOURCE defined in Makefile.inc
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] We already have _GNU_SOURCE defined in Makefile.inc
- Date: Fri, 5 Dec 2008 20:13:01 -1000
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]