use -fPIC on all platforms for ffi lib

db4
Doug Coleman 2009-03-27 15:39:13 -05:00
parent 1cf5c519cc
commit 45ed9b3b80
2 changed files with 1 additions and 1 deletions

View File

@ -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

View 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