Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Building zsh/db/gdbm on MacOS Sequoia



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