summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-09-18 13:26:09 +0300
committerThomas Backlund <tmb@mageia.org>2014-09-18 13:26:09 +0300
commitcc10e4958a11bc1b0983a96d9145eb2e3be78b2b (patch)
tree541bfcea097939de945c920dc67b9e45d8671373
parentc36acbc834f2e771a406a015aea1b0b3184096e0 (diff)
downloaddrakx-cc10e4958a11bc1b0983a96d9145eb2e3be78b2b.tar
drakx-cc10e4958a11bc1b0983a96d9145eb2e3be78b2b.tar.gz
drakx-cc10e4958a11bc1b0983a96d9145eb2e3be78b2b.tar.bz2
drakx-cc10e4958a11bc1b0983a96d9145eb2e3be78b2b.tar.xz
drakx-cc10e4958a11bc1b0983a96d9145eb2e3be78b2b.zip
glibc 2.20 wants _DEFAULT_SOURCE instead of _BSD_SOURCE
-rw-r--r--mdk-stage1/NEWS2
-rw-r--r--mdk-stage1/pcmcia/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index f994ca6e7..804cddad5 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,3 +1,5 @@
+- glibc 2.20 wants _DEFAULT_SOURCE instead of _BSD_SOURCE
+
2.8
- recognize new kernel-3.17 drivers
diff --git a/mdk-stage1/pcmcia/Makefile b/mdk-stage1/pcmcia/Makefile
index 909f34926..6b8bf0cb8 100644
--- a/mdk-stage1/pcmcia/Makefile
+++ b/mdk-stage1/pcmcia/Makefile
@@ -27,7 +27,7 @@ all: $(TARGET) pcmcia_probe.o
clean:
rm -f *.o $(TARGET) lex_config.c yacc_config.c yacc_config.h
-FLAGS = -D__linux__ -Wall -Werror -Wno-deprecated-declarations -Os -fomit-frame-pointer -pipe -c -I.. -D_BSD_SOURCE
+FLAGS = -D__linux__ -Wall -Werror -Wno-deprecated-declarations -Os -fomit-frame-pointer -pipe -c -I.. -D_DEFAULT_SOURCE
# (blino) make sure yynewerror and yyerrlab are uselessly used
FLAGS += -Dlint
LFLAGS += --nounput