From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] postgresql: enable ldap support for pg_service.conf
Date: Sat, 22 Oct 2016 00:39:45 +0200 [thread overview]
Message-ID: <20161022003945.76d546ce@gmx.net> (raw)
In-Reply-To: <ed73fb23-f2f2-caaa-1387-4a867d85d5f6@mind.be>
Hello Arnout, Chris,
On Fri, 21 Oct 2016 21:14:16 +0200, Arnout Vandecappelle <arnout@mind.be> wrote:
>
>
> On 19-10-16 18:08, Chris Frederick wrote:
> > Just needed to add --with-ldap to POSTGRESQL_CONF_OPTS and add openldap
> > to POSTGRESQL_DEPENDENCIES when BR2_PACKAGE_OPENLDAP is on
> >
> > Signed-off-by: Chris Frederick <cdf123@cdf123.net>
> > ---
> > package/postgresql/postgresql.mk | 5 +++++
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
> > index 7179bbe..ab615d0 100644
> > --- a/package/postgresql/postgresql.mk
> > +++ b/package/postgresql/postgresql.mk
> > @@ -57,6 +57,11 @@ POSTGRESQL_DEPENDENCIES += openssl
> > POSTGRESQL_CONF_OPTS += --with-openssl
> > endif
> >
> > +ifeq ($(BR2_PACKAGE_OPENLDAP),y)
> > +POSTGRESQL_DEPENDENCIES += openldap
> > +POSTGRESQL_CONF_OPTS += --with-ldap
>
> Same here: add --without-ldap.
Not needed for this option (as with openssl), because there is no
auto detection in case the option is not given (as opposed to the
readline and zlib options), see [1] for discussion of this...
Should have added a comment about this back in 2014...
Regards,
Peter
[1] http://lists.busybox.net/pipermail/buildroot/2014-March/093215.html
>
> Regards,
> Arnout
>
> > +endif
> > +
> > define POSTGRESQL_USERS
> > postgres -1 postgres -1 * /var/lib/pgsql /bin/sh - PostgreSQL Server
> > endef
> >
>
next prev parent reply other threads:[~2016-10-21 22:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-19 16:08 [Buildroot] [PATCH 1/2] sudo: Add ldap support for sudoers rules Chris Frederick
2016-10-19 16:08 ` [Buildroot] [PATCH 2/2] postgresql: enable ldap support for pg_service.conf Chris Frederick
2016-10-20 19:47 ` Peter Seiderer
2016-10-21 19:14 ` Arnout Vandecappelle
2016-10-21 22:39 ` Peter Seiderer [this message]
2016-10-21 19:13 ` [Buildroot] [PATCH 1/2] sudo: Add ldap support for sudoers rules Arnout Vandecappelle
2016-10-24 14:10 ` Chris Frederick
2016-10-24 14:52 ` Arnout Vandecappelle
-- strict thread matches above, loose matches on Subject: below --
2016-10-24 14:13 Chris Frederick
2016-10-24 14:13 ` [Buildroot] [PATCH 2/2] postgresql: enable ldap support for pg_service.conf Chris Frederick
2016-10-24 15:45 ` Thomas Petazzoni
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=20161022003945.76d546ce@gmx.net \
--to=ps.report@gmx.net \
--cc=buildroot@busybox.net \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox