Ignore:
Timestamp:
2012-03-02T11:02:23+13:00 (12 years ago)
Author:
jmt12
Message:

Removing hardcoded -fpic in Makefile.in (presumably snuck in during merge of 64bit branch) and replacing with proper use of Kathy's ARCH_DEP_FLAGS variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/mgpp/lib/Makefile.in

    r25147 r25171  
    3636CXX = @CXX@
    3737ifneq ($(NZDL), 1)
    38 CFLAGS = @CFLAGS@ -ansi -fPIC
     38CFLAGS = @CFLAGS@ -ansi @ARCH_DEP_FLAGS@
    3939else
    40 CFLAGS = @CFLAGS@ -ansi -fPIC -DSILENT
     40CFLAGS = @CFLAGS@ -ansi @ARCH_DEP_FLAGS@ -DSILENT
    4141endif
    42 CXXFLAGS = @CXXFLAGS@ -fPIC
     42CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    4343DEFS = @DEFS@
    4444RANLIB = @RANLIB@
Note: See TracChangeset for help on using the changeset viewer.