Add -fPIC. Needed by Sparc, seems to be ok for others.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2363 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-05-20 09:17:28 +00:00
parent 17f1840296
commit 78a9517e1d

View File

@ -34,7 +34,7 @@ INCLPATH = \
# set -Dbool=char because the perl headers need this
# use -fpic so that we can create loadable module
CFLAGS := @CFLAGS@ ${INCLPATH} -Dbool=char #-fpic -Wno-unused
CFLAGS := @CFLAGS@ ${INCLPATH} -Dbool=char -fPIC
LDFLAGS = @LDFLAGS@