]> gitweb.factorcode.org Git - factor.git/commitdiff
use -fPIC on all platforms for ffi lib
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 27 Mar 2009 20:39:13 +0000 (15:39 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 27 Mar 2009 20:39:13 +0000 (15:39 -0500)
Makefile
vm/Config.linux.x86.64

index 3f385ec4964ac062abd75d995e3f26356259d61b..ddfe91674242e7fc785584f51106c481f1448f84 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ IMAGE = factor.image
 BUNDLE = Factor.app
 LIBPATH = -L/usr/X11R6/lib
 CFLAGS = -Wall
+FFI_TEST_CFLAGS = -fPIC
 
 ifdef DEBUG
        CFLAGS += -g
index a02fcb4d6d4055679b5b12f2a5bce9779dda76ff..bfd12224965ee9697827556cc0a4f6b6a63cb930 100644 (file)
@@ -1,4 +1,3 @@
 include vm/Config.linux
 include vm/Config.x86.64
 LIBPATH = -L/usr/X11R6/lib64 -L/usr/X11R6/lib
-FFI_TEST_CFLAGS = -fPIC