Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Building zsh/db/gdbm on MacOS Sequoia
- X-seq: zsh-workers 54866
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: Building zsh/db/gdbm on MacOS Sequoia
- Date: Mon, 29 Jun 2026 11:03:10 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20260327; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=t/gIv7MU+JAxnwDlxK1T+YAWXgl3AAmGGiGWfcrSR+U=; fh=Tph3Nvi7JV+RLjY+il02lI77hTx+KXSmQL0dZmUp3Z8=; b=KVfQdV781JOUM5p3ni8PA72hKvjRd6qZKOGMt94uFBxv6qNADIDroxjhDdJ7xekhj3 nOq0pmqGCFN1OpYNj0/Bwut2ukiAW/feXpC0Rs70ceEGETp/D262o3xHPSqHI73yT9hd WCcKpNAInCk+s1duyaEQeQaEwvfcbbOgKll2GBwrA3vFa5R1cgdQuFQmuuAqNZYDyiJJ iimLt3PU30uRTgoTwjztk0jOZ2F7+s9bCPFu2vy8FBTWP2O40W8L8Yd3PWTFT0aboII1 0whHZO86JbZ0V7dIRMgwYjjJJIdx2DaKfnv4iLKqb3H/GueJ7oNupbW/YBDLBr1LrLWg po0Q==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1782756206; cv=none; d=google.com; s=arc-20260327; b=US/Ykp/4tRQJ4ahDXjgQE3MyI9cszY81JrUeKOAvgTYjKUJE1hhaxFaehjleY+PN8t OLU/APa/qCh5lnMGUp5f5LzIGdVFgGsv2vIlPb4zqi+I1iVTJC3VEe5Q4SH/juMxPj9y ssy+75Qgw+GL6S17lzMMXEUNKswyNWcTSgRJriWnM6Na/S9k2Opaesyg/n18im7BDtoH N048rTiR+7n4jwfIouTnglbnRn5z5ysPoqap0m/EGZLa0GpU0QPpRBOZWDwySGGwmg0I i4kI7QGa3rjJTnVWY2K3nJoadKbnWITMToJnr3s/q2chgdWSzfZZhwmVx31mrNSNCaAh oc2w==
- Archived-at: <https://zsh.org/workers/54866>
- In-reply-to: <2419efbd-8f49-420a-a398-2348aa9762f0@app.fastmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7ZTZhV96MPY0WMQiysTJvccVL_G3xC++0=CmqDMuPzVMw@mail.gmail.com> <736970262.1236129.1782318610434@mail.virginmedia.com> <CAH+w=7ZtmCnY7FZGMmXX7bBKAtp06ogaj9-T3pFRnU=RydLg8Q@mail.gmail.com> <CAH+w=7ZFUbYMnPr3YbANJoxDjcCcEEaT1dXTwtn_U0Lc_oosPQ@mail.gmail.com> <CAH+w=7Y-QNLt06cRmVOqt1C2qJVNOzG6-W4BD8XzELqmuuWcvQ@mail.gmail.com> <CAH+w=7a96ZL8T53E0adgfYeTT=PvPJWSY-gkwCJYUHZ77Hwn4Q@mail.gmail.com> <CAHYJk3RTeg_Jbzwd6FAA+z8Tsu6yfVJVaqgcLnH00VMiTwKonQ@mail.gmail.com> <CAH+w=7ZOPwNPoX6szFs=xtHUWqPfQ-=F4niuDiK6sMuV_heWHA@mail.gmail.com> <CAHYJk3RxG7tyBW4FxtNorQ6mqCfgP8-LXLhp1-3za1a8z57L8g@mail.gmail.com> <CAH+w=7bi+7EVbC0ZS=JrsZf_K0+bhLb-NYXx6tuY6yrH91OKeQ@mail.gmail.com> <60979-1782732144.109771@gD1n.6JD_.O1tt> <2419efbd-8f49-420a-a398-2348aa9762f0@app.fastmail.com>
On Mon, Jun 29, 2026 at 10:43 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>
> Separately, I've noticed patch replaces $LDFLAGS rather than prepend
> to it, as it does with $CPPFLAGS. That seems like it might be
> unintentional?
Not exactly unintentional but seemed unnecessary when looking through
some other bits of configure. However, I didn't consider that LDFLAGS
might be passed in from the configure arguments, so it probably should
copy it.
Related, the $PCRE_CONFIG usage not only updates CPPFLAGS but also
injects a -L flag into $LIBS, which makes the behavior of
--enable-pcre affect unrelated modules/libraries that might have been
installed the same way -- e.g., removing --enable-pcre changes the
ncurses variant that gets chosen (Xcode instead of ports).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author