mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
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:
parent
17f1840296
commit
78a9517e1d
@ -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@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user