Introduction
Introduction Statistics Contact Development Disclaimer Help
Use -D_XOPEN_SOURCE=700 - ubase - suckless linux base utils
git clone git://git.suckless.org/ubase
Log
Files
Refs
README
LICENSE
---
commit 74c0abb6a2f9b8cac0653f1b96646aaf74b91a68
parent cee1a0170d17f6f9bbddcaa97a30dd7fa4f0387f
Author: sin <[email protected]>
Date: Sun, 30 Nov 2014 14:12:40 +0000
Use -D_XOPEN_SOURCE=700
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -10,7 +10,7 @@ LD = $(CC)
AR = ar
RANLIB = ranlib
-CPPFLAGS = -D_XOPEN_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
+CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
CFLAGS = -std=c99 -Wall -Wextra
LDLIBS = -lcrypt
LDFLAGS = -s
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.