zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ibmth.df.unipi.it>
To: "ZSH workers mailing list" <zsh-workers@sunsite.auc.dk>
Subject: PATCH: Re: LFS notes RE: pws-18 is go
Date: Wed, 12 May 1999 12:12:20 +0200	[thread overview]
Message-ID: <9905121012.AA46586@ibmth.df.unipi.it> (raw)
In-Reply-To: ""Andrej Borsenkow""'s message of "Wed, 12 May 1999 13:43:11 DFT." <004001be9c5b$d95c62a0$21c9ca95@mow.siemens.ru>

"Andrej Borsenkow" wrote:
> to use ftello/fseeko one must set _LARGEFILE_SOURCE
> Solaris is non-conformant in automagically setting _LARGEFILE_SOURCE in
> LFS_CFLAGS

How about this?

--- aczsh.m4.lfs2	Wed May 12 09:49:40 1999
+++ aczsh.m4	Wed May 12 12:05:22 1999
@@ -59,7 +59,14 @@
 case $ac_result in
 yes)
   for ac_shellvar in $ac_shellvars; do
-    eval $ac_shellvar=\$ac_test_$ac_shellvar
+    case "`eval echo $ac_shellvar-\\\$ac_test_$ac_shellvar`" in
+      CPPFLAGS*-D_LARGEFILE_SOURCE*) eval $ac_shellvar=\$ac_test_$ac_shellvar
+	;;
+      CPPFLAGS*) 
+        eval $ac_shellvar="\"-D_LARGEFILE_SOURCE \$ac_test_$ac_shellvar\""
+	;;
+      *) eval $ac_shellvar=\$ac_test_$ac_shellvar
+    esac
   done ;;
 esac
 ])

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


  reply	other threads:[~1999-05-12 10:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-11 14:50 Peter Stephenson
1999-05-11 17:27 ` LFS notes " Andrej Borsenkow
1999-05-12  9:00   ` PATCH: " Peter Stephenson
1999-05-12  9:43     ` Andrej Borsenkow
1999-05-12 10:12       ` Peter Stephenson [this message]
1999-05-14  9:54     ` Andrej Borsenkow
1999-05-14 11:40       ` PATCH: try again: Re: LFS notes Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9905121012.AA46586@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).