Ignore:
Timestamp:
2008-05-17T10:01:24+12:00 (16 years ago)
Author:
davidb
Message:

Introduction of COMPAT32BITFLAGS to confirugre and Makefile.in files to help compile Greenstone on a 64-bit machine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/packages/configure

    r15456 r15551  
    220220gzip -dc expat-1.95.8.tar.gz | tar -xf -
    221221cd "$PACKAGES/expat/expat-1.95.8" && \
    222 ./configure $CACHE_FILE --disable-shared --with-pic --prefix=$PACKAGES/expat --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
     222CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --disable-shared --with-pic --prefix=$PACKAGES/expat --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    223223
    224224# configure XML::Parser perl module
Note: See TracChangeset for help on using the changeset viewer.