diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2007-06-08 22:54:38 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2007-06-08 22:54:38 +0000 |
commit | 0db30bf3f3019f42f08c63b8ea3415738386639d (patch) | |
tree | 73ec67b6d63379a581f6b4f267c55f7b27d3eb85 /gfsm | |
parent | eeedfb82b0cd28e48f8ab988de0c6e040cbb1d05 (diff) |
added -fPIC, -DPIC flags for linux
svn path=/trunk/externals/moocow/; revision=7758
Diffstat (limited to 'gfsm')
-rw-r--r-- | gfsm/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfsm/configure.in b/gfsm/configure.in index 7c3f948..ba78f4b 100644 --- a/gfsm/configure.in +++ b/gfsm/configure.in @@ -178,6 +178,8 @@ then else OFLAGS="-g" fi + DFLAGS="$DFLAGS -DPIC" + OFLAGS="$OFLAGS -fPIC" PDEXT=pd_linux fi |