updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libnodave / amd64_fpic.patch
blobf678cc0c5c26c881004682a1b6a6caef60ade4b7
1 --- Makefile 2007-10-26 14:07:10.000000000 +0200
2 +++ Makefile 2008-09-04 09:03:13.000000000 +0200
3 @@ -13,9 +13,9 @@
4 # To test with g++ which does stricter type checking:
6 ##CC=g++
7 -CFLAGS=-Wall -Winline -DLINUX -DDAVE_LITTLE_ENDIAN
8 +CFLAGS=-Wall -Winline -DLINUX -DDAVE_LITTLE_ENDIAN -fPIC
9 CTFLAGS=-Wall -Winline -fPID -DLINUX -DDAVE_LITTLE_ENDIAN
10 -CPPFLAGS=-Wall -Winline -DLINUX -DDAVE_LITTLE_ENDIAN
11 +CPPFLAGS=-Wall -Winline -DLINUX -DDAVE_LITTLE_ENDIAN -fPIC
13 # The following is needed to enable workarounds for statements that do
14 # not work on (some?) ARM processors: