Re: Building zsh/db/gdbm on MacOS Sequoia

Bart Schaefer <[email protected]> Fri, 26 Jun 2026 08:34:02 -0700
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <CAH+w=7ZOPwNPoX6szFs=xtHUWqPfQ-=F4niuDiK6sMuV_heWHA@mail.gmail.com>
On Wed, Jun 24, 2026 at 2:30 PM Mikael Magnusson <[email protected]> wrote:
>
> On Wed, Jun 24, 2026 at 8:44 PM Bart Schaefer <[email protected]> wrote:
> >
> > On Wed, Jun 24, 2026 at 11:01 AM Bart Schaefer
> > <[email protected]> wrote:
> >
> > port contents gdbm | \
> >  sed -n '/\/lib\//{s,lib/.*,lib,;s/^[ ]*/-L/;p;q;}'
>
> If you have dependencies outside $prefix then I believe you are
> expected to supply this path manually, eg via
>   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in
> a nonstandard directory <lib dir>

Well, yes, but given that --enable-pcre tracks down the nonstandard
location and that there is an --enable-gdbm flag, I thought it might
be reasonable for configure to do something similar here.