Ignore:
Timestamp:
2005-11-22T15:53:13+13:00 (18 years ago)
Author:
kjdon
Message:

added -fpic to CFLAGS (and unused CXXFLAGS) - need to generate position independent code for shared library. needed on solaris, doesn't seem to make any difference on linux, ignored on Mac (all code is position independent)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mg/lib/Makefile.in

    r3745 r10921  
    3333AR = ar
    3434CC = @CC@
    35 CFLAGS = @CFLAGS@
    36 CPPFLAGS = @CPPFLAGS@
     35CFLAGS = @CFLAGS@ -fpic
     36CPPFLAGS = @CPPFLAGS@ -fpic
    3737DEFS = @DEFS@
    3838RANLIB = @RANLIB@
     
    4141# Uncomment for compiling for the nzdl project
    4242#
    43 CFLAGS = @CFLAGS@ -DQUIET
     43CFLAGS = @CFLAGS@ -DQUIET -fpic
    4444##########################################
    4545
Note: See TracChangeset for help on using the changeset viewer.