Ignore:
Timestamp:
2023-03-03T16:56:14+13:00 (14 months ago)
Author:
davidb
Message:

Needed to add -DNEEDS_UNISTD_H to CFLAGS to keep new mac compile happy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/configure

    r36469 r37404  
    507507echo ""
    508508cd "$PACKAGES/html-tidy"
     509CFLAGS_STORE=$CFLAGS
     510export CFLAGS="$CFLAGS -DNEEDS_UNISTD_H"
    509511gzip -dc tidy.tgz | tar -xf -
    510512cd "$PACKAGES/html-tidy/tidy" && \
    511513./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
     514export CFLAGS=$CFLAGS_STORE
    512515
    513516if test x$? = x1 ;
Note: See TracChangeset for help on using the changeset viewer.