1 diff -Naur libastral-0.4.orig/Makefile libastral-0.4.new/Makefile
2 --- libastral-0.4.orig/Makefile 2008-08-09 03:03:22.583901753 +0400
3 +++ libastral-0.4.new/Makefile 2008-08-09 03:04:21.646315027 +0400
5 ${CC} -fPIC -g -c -Wall libastral.c
8 - ${CC} -shared -o libastral.so libastral.c
9 + ${CC} -shared -fPIC -o libastral.so libastral.c
12 ${CC} -o astral_test astral_test.c libastral.so