[Buildroot] [PATCH 1/1] package/pure-ftpd: add optional support for linux-pam

Bernd Kuhls bernd.kuhls at t-online.de
Wed Aug 1 16:22:29 UTC 2018


Am Wed, 01 Aug 2018 16:21:14 +0300 schrieb Artem Panfilov:

> +ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
> +PURE_FTPD_CONF_OPTS += --with-pam
> +PURE_FTPD_DEPENDENCIES += linux-pam
> +endif

Hi Artem,

could you please add

	else
	PURE_FTPD_CONF_OPTS += --without-pam

to make sure the outcome of the configure step takes our config into 
account and not defaults chosen by upstream?

Thanks!

Regards, Bernd




More information about the buildroot mailing list