diff -r 3701dbcb7d1b -r ed325d60fa34 Makefile --- a/Makefile Thu Dec 23 01:06:09 2010 +0100 +++ b/Makefile Thu Dec 23 11:42:03 2010 +0100 @@ -1,5 +1,6 @@ ALL = hallo myhallo libmy.so.1.0.1 +# do we really need the -fPIC? CFLAGS = -fPIC -O2 -Wall $(shell getconf LFS_CFLAGS) LDFLAGS = -ldl