diff options
author | N.N. <sergi_ll@users.sourceforge.net> | 2008-07-10 15:33:08 +0000 |
---|---|---|
committer | N.N. <sergi_ll@users.sourceforge.net> | 2008-07-10 15:33:08 +0000 |
commit | d08cbe547ec69fe0b5724f99c81b17b1e0450fa1 (patch) | |
tree | 3e737eb14585ba5a66a653cf813bcbe81419fb26 | |
parent | a88ace3e380c2f4fce3bdbcb198dda9c980833b2 (diff) |
add -fPIC cflag
svn path=/trunk/externals/pdvjtools/; revision=10155
-rwxr-xr-x | colorgrid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colorgrid/Makefile b/colorgrid/Makefile index bff20be..8f3062a 100755 --- a/colorgrid/Makefile +++ b/colorgrid/Makefile @@ -10,7 +10,7 @@ pd_linux: $(NAME).pd_linux .SUFFIXES: .pd_linux -LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \ +LINUXCFLAGS = -fPIC -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \ -Wall -W -Wno-shadow -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch #-Werror |