* [Buildroot] [PATCH 1/1] package/dovecot: needs engine support when build with libopenssl
@ 2024-06-27 21:57 Bernd Kuhls
2024-07-09 5:42 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2024-06-27 21:57 UTC (permalink / raw)
To: buildroot
Buildroot commit 623d3bbe43e9193aa8e3395367d01af59071b859 disables
engine support when BR2_PACKAGE_LIBOPENSSL_ENGINES is not set.
Fixes:
http://autobuild.buildroot.net/results/7484edfa0b8c45bafb8da051ca839bf174c8f93f/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/dovecot/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/dovecot/Config.in b/package/dovecot/Config.in
index 034dcc175f..517040fad6 100644
--- a/package/dovecot/Config.in
+++ b/package/dovecot/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_DOVECOT
bool "dovecot"
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # fork()
+ select BR2_PACKAGE_LIBOPENSSL_ENGINES if BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/dovecot: needs engine support when build with libopenssl
2024-06-27 21:57 [Buildroot] [PATCH 1/1] package/dovecot: needs engine support when build with libopenssl Bernd Kuhls
@ 2024-07-09 5:42 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2024-07-09 5:42 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Buildroot commit 623d3bbe43e9193aa8e3395367d01af59071b859 disables
> engine support when BR2_PACKAGE_LIBOPENSSL_ENGINES is not set.
> Fixes:
> http://autobuild.buildroot.net/results/7484edfa0b8c45bafb8da051ca839bf174c8f93f/
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-09 5:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-27 21:57 [Buildroot] [PATCH 1/1] package/dovecot: needs engine support when build with libopenssl Bernd Kuhls
2024-07-09 5:42 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox