From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH next v7 1/2] libkrb5: New package
Date: Sun, 25 Feb 2018 20:51:33 +0100 [thread overview]
Message-ID: <20180225205133.5a02f4ae@windsurf.home> (raw)
In-Reply-To: <1519124017-7510-1-git-send-email-nerv@dawncrow.de>
Hello,
On Tue, 20 Feb 2018 11:53:36 +0100, Andr? Hentschel wrote:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
This still doesn't build for me, as I reported on a previous
iteration, but I found out why: I have libverto installed on my host
system, and libkrb5 tries to use it instead of the bundled one.
> +LIBKRB5_VERSION_MAJOR = 1.16
> +LIBKRB5_VERSION = $(LIBKRB5_VERSION_MAJOR)
> +LIBKRB5_SITE = https://web.mit.edu/kerberos/dist/krb5/$(LIBKRB5_VERSION_MAJOR)
> +LIBKRB5_SOURCE = krb5-$(LIBKRB5_VERSION).tar.gz
> +LIBKRB5_SUBDIR = src
> +LIBKRB5_LICENSE = MIT
> +LIBKRB5_LICENSE_FILES = NOTICE
> +LIBKRB5_INSTALL_STAGING = YES
Please add:
LIBKRB5_CONF_OPTS = --without-system-verto
here to solve this build issue.
However, I see that it has a bunch of similar options:
--with-system-et
--with-system-ss
--with-system-db
and it also has other options like --without-libedit and
--with-readline. You should handle all those options, at the very least
to disable detection libedit and readline.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
prev parent reply other threads:[~2018-02-25 19:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-20 10:53 [Buildroot] [PATCH next v7 1/2] libkrb5: New package André Hentschel
2018-02-20 10:53 ` [Buildroot] [PATCH next v7 2/2] squid: Add optional dependency on libkrb5 André Hentschel
2018-02-25 19:51 ` Thomas Petazzoni [this message]
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=20180225205133.5a02f4ae@windsurf.home \
--to=thomas.petazzoni@bootlin.com \
--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