Changeset 415 in MondoRescue for branches/stable/mondo/configure.in


Ignore:
Timestamp:
Feb 20, 2006, 7:32:56 PM (18 years ago)
Author:
bcornec
Message:
  • support for files > 2GB is now part of the main source, and not only in the RPM
  • patch from Andree around fseek to support that as well
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/configure.in

    r341 r415  
    7979        AC_CHECK_LIB(pthread, pthread_create, true, [echo "*** Cannot find -lpthread."; echo "*** Please make sure you have the linuxthreads glibc add-on installed."; exit 1])
    8080        PTHREAD="-lpthread"
     81        CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT"
    8182        ;;
    8283    *)
Note: See TracChangeset for help on using the changeset viewer.