diff options
author | 2010-12-05 16:06:53 +0100 | |
---|---|---|
committer | 2010-12-05 16:06:53 +0100 | |
commit | 2f5f5b46ee7e339bb24bf327f07da4eccdf068c9 (patch) | |
tree | 998b42c6e4b2b543a9b762edac73c35d590b244e | |
parent | 4a04da22d9faf432962e98dbc8dae2e3df9b16c3 (diff) |
DUMB makefile fix
-rw-r--r-- | plugins/dumb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dumb/Makefile b/plugins/dumb/Makefile index 138e4161..365cb8d5 100644 --- a/plugins/dumb/Makefile +++ b/plugins/dumb/Makefile @@ -2,7 +2,7 @@ CC=gcc dumbpath=dumb-kode54 -CFLAGS+=-Wall -I$(dumbpath)/include -std=c99 +CFLAGS+=-Wall -D_GNU_SOURCE -I$(dumbpath)/include -std=c99 LDFLAGS+=-module -shared -fPIC -lm |