X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Flinux.sh;h=913cfd0fd1a00ae8d6275ad77e0fce88188b5a7c;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=0fa46bd05d9481b4db1e43a99d6ff0e04c8818fe;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/linux.sh b/hints/linux.sh index 0fa46bd..913cfd0 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -283,9 +283,9 @@ cat > UU/uselargefiles.cbu <<'EOCBU' case "$uselargefiles" in ''|$define|true|[yY]*) # Keep this in the left margin. -ccflags_largefiles="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" +ccflags_uselargefiles="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" - ccflags="$ccflags $ccflags_largefiles" + ccflags="$ccflags $ccflags_uselargefiles" ;; esac EOCBU