updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / libastral / fpic.patch
blob1fd54e13e595351b7e5ae4e3e6b52e503d7bb04e
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
4 @@ -17,7 +17,7 @@
5 ${CC} -fPIC -g -c -Wall libastral.c
7 lib:
8 - ${CC} -shared -o libastral.so libastral.c
9 + ${CC} -shared -fPIC -o libastral.so libastral.c
11 tst:
12 ${CC} -o astral_test astral_test.c libastral.so