From f285118e5d4d62a9918a563c9fb1e7aba0299c9e Mon Sep 17 00:00:00 2001 From: nima Date: Sun, 27 Jul 2008 12:15:51 +0000 Subject: Completed `case 4', which was thought to have been completed falsely before. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@26 abc39116-655e-4be6-ad55-d661dc543056 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7654266..53d977d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CC = gcc -CFLAGS = -fno-strict-aliasing +CFLAGS = -fno-strict-aliasing -D_XOPEN_SOURCE=600 CFLAGS += -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef #-Wcast-qual CFLAGS += -I/usr/include/python2.4 #. -- cgit