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/mgpp/text/Makefile.in

    r8947 r10921  
    3939CC = @CC@
    4040CXX = @CXX@
    41 CFLAGS = @CFLAGS@ -ansi -DSILENT -DSHORT_SUFFIX
    42 CXXFLAGS = @CXXFLAGS@ -DSILENT -DSHORT_SUFFIX
     41CFLAGS = @CFLAGS@ -ansi -fpic -DSILENT -DSHORT_SUFFIX
     42CXXFLAGS = @CXXFLAGS@ -fpic -DSILENT -DSHORT_SUFFIX
    4343DEFS = @DEFS@
    4444RANLIB = @RANLIB@
Note: See TracChangeset for help on using the changeset viewer.