From c05c4393fc9bc38f73961afe67b0b950ccec328e Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 24 Feb 2011 20:33:06 +0100 Subject: fixed dumb and shn -fPIC makefile bug --- plugins/dumb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/dumb') diff --git a/plugins/dumb/Makefile b/plugins/dumb/Makefile index 365cb8d5..e9b05233 100644 --- a/plugins/dumb/Makefile +++ b/plugins/dumb/Makefile @@ -2,9 +2,9 @@ CC=gcc dumbpath=dumb-kode54 -CFLAGS+=-Wall -D_GNU_SOURCE -I$(dumbpath)/include -std=c99 +CFLAGS+=-Wall -fPIC -D_GNU_SOURCE -I$(dumbpath)/include -std=c99 -LDFLAGS+=-module -shared -fPIC -lm +LDFLAGS+=-module -shared -lm SOURCES=\ dumb-kode54/src/it/readam.c\ -- cgit v1.2.3