Changeset 416 in MondoRescue for trunk/mondo/configure.in


Ignore:
Timestamp:
Feb 20, 2006, 7:33:30 PM (18 years ago)
Author:
bcornec
Message:

merge -r414:415 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/configure.in

    r343 r416  
    7272        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])
    7373        PTHREAD="-lpthread"
     74        CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT"
    7475        ;;
    7576    *)
Note: See TracChangeset for help on using the changeset viewer.