Ignore:
Timestamp:
2010-07-12T15:06:25+12:00 (14 years ago)
Author:
sjm84
Message:

Greenstone 2 now compiles and installs on 64-bit linux machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/oaiservr/Makefile.in

    r22078 r22378  
    3838ENABLE_ACCENTFOLD = @ENABLE_ACCENTFOLD@
    3939ifeq ($(ENABLE_ACCENTFOLD), 1)
     40ifeq ($(COMPAT32BITFLAGS),)
    4041ACCENTFOLD_LIBS = $(INDEXERS_DIR)/packages/unac/libunac.a $(COMMON_PACKAGES_DIR)/iconv/lib/libiconv.a
     42else
     43ACCENTFOLD_LIBS = $(INDEXERS_DIR)/packages/unac/libunac.a $(COMMON_PACKAGES_DIR)/iconv/lib64/libiconv.a
     44endif
    4145else
    4246ACCENTFOLD_LIBS =
Note: See TracChangeset for help on using the changeset viewer.