All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/proftpd: add libidn2 optional dependency
@ 2023-02-28 22:07 Fabrice Fontaine
  2023-02-28 22:07 ` [Buildroot] [PATCH 2/3] package/proftpd: add pcre2 " Fabrice Fontaine
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fabrice Fontaine @ 2023-02-28 22:07 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

libidn2 is an optional dependency which is enabled by default since
version 1.3.8 and
https://github.com/proftpd/proftpd/commit/5f61ac028e0930e7de9ea2a00864ccb6dc048f64

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/proftpd/proftpd.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/proftpd/proftpd.mk b/package/proftpd/proftpd.mk
index 8e7d108c9e..d3b6308185 100644
--- a/package/proftpd/proftpd.mk
+++ b/package/proftpd/proftpd.mk
@@ -27,6 +27,10 @@ PROFTPD_CONF_OPTS = \
 	--with-gnu-ld \
 	--without-openssl-cmdline
 
+ifeq ($(BR2_PACKAGE_LIBIDN2),y)
+PROFTPD_DEPENDENCIES += libidn2
+endif
+
 ifeq ($(BR2_PACKAGE_PROFTPD_MOD_CAP),y)
 PROFTPD_CONF_OPTS += --enable-cap
 PROFTPD_DEPENDENCIES += libcap
-- 
2.39.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-03-15 14:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-28 22:07 [Buildroot] [PATCH 1/3] package/proftpd: add libidn2 optional dependency Fabrice Fontaine
2023-02-28 22:07 ` [Buildroot] [PATCH 2/3] package/proftpd: add pcre2 " Fabrice Fontaine
2023-03-05 18:36   ` Peter Korsgaard
2023-03-15 14:10   ` Peter Korsgaard
2023-02-28 22:07 ` [Buildroot] [PATCH 3/3] package/proftpd: needs dynamic library Fabrice Fontaine
2023-03-05 18:36   ` Peter Korsgaard
2023-03-15 14:10   ` Peter Korsgaard
2023-03-05 18:36 ` [Buildroot] [PATCH 1/3] package/proftpd: add libidn2 optional dependency Peter Korsgaard
2023-03-15 14:09 ` Peter Korsgaard

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.