From 8b84b42438bd3cff9c68b1d6d296b7a7a3ebf023 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 17 Apr 2006 21:51:44 +0000 Subject: [PATCH] Compile on more platforms --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 1dbc0cc..984ff85 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ PREFIX = /usr/local DESTDIR = BINDIR = $(PREFIX)/bin CC = cc -CFLAGSF = -W -Wall -ansi -I /System/Include +CFLAGSF = -W -Wall -ansi -I /System/Include -D_GNU_SOURCE CFLAGS = -g LDFLAGSF= -L /System/Libraries -l System -l dl RM = rm -f