updated on Tue Jan 24 12:00:22 UTC 2012
[aur-mirror.git] / bin32-tuxsetup / gcc-fpic.diff
blob3549ac2075163e5ddab0df993ccb8e898d3e7893
1 Binary files DTW_SO_Test/_DTW.so and DTW_SO_Testf/_DTW.so differ
2 diff -ruN DTW_SO_Test/Makefile DTW_SO_Testf/Makefile
3 --- DTW_SO_Test/Makefile 2007-11-09 17:38:15.000000000 +0100
4 +++ DTW_SO_Testf/Makefile 2008-01-26 13:23:40.000000000 +0100
5 @@ -1,4 +1,4 @@
6 make:
7 - gcc -c main.c
8 + gcc -fPIC -c main.c
9 ld -shared main.o -o _DTW.so
10 rm main.o