From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Bernd Kuhls <bernd@kuhls.net>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/apache: add host-pkgconf dependency
Date: Fri, 3 Nov 2023 20:54:29 +0100 [thread overview]
Message-ID: <20231103205429.1b7d26d3@windsurf> (raw)
In-Reply-To: <20231103174755.2118753-1-fontaine.fabrice@gmail.com>
On Fri, 3 Nov 2023 18:47:55 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> apache uses pkgconfig to find dependencies such as lua, nhgttp2, openssl
> and systemd.
> For openssl, pkgconfig is used since version 2.1.1 and
> https://github.com/apache/httpd/commit/0d4387dedc4ad83460bf52fc326c475c64133634
> resulting in the following build failure since at least bump to version
> 2.4.54 in commit 78e5a9c40e0754bbe840ef7b8da85efc28eb8b48:
>
> ac_cv_path_PKGCONFIG=/usr/bin/pkg-config
> [...]
> configure:28669: checking for SSL_CTX_new
> configure:28669: /home/buildroot/autobuild/instance-1/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -L/home/buildroot/autobuild/instance-1/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot/usr/bin/../../../../armeb-buildroot-linux-uclibcgnueabi/sysroot/usr/lib -L/usr/lib conftest.c -lssl -lcrypto -lpthread >&5
> armeb-buildroot-linux-uclibcgnueabi-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib'
>
> Fixes:
> - http://autobuild.buildroot.org/results/d85c86ee1070582014c7b29b39f9a9f356988220
> - http://autobuild.buildroot.org/results/55d6bad8572138e200730d3a9f2dd1b9048fd95d
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/apache/apache.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-11-03 19:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-03 17:47 [Buildroot] [PATCH 1/1] package/apache: add host-pkgconf dependency Fabrice Fontaine
2023-11-03 19:54 ` Thomas Petazzoni via buildroot [this message]
2023-11-08 16:27 ` Peter Korsgaard
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=20231103205429.1b7d26d3@windsurf \
--to=buildroot@buildroot.org \
--cc=bernd@kuhls.net \
--cc=fontaine.fabrice@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.