diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-11-22 18:49:13 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-24 13:01:28 +0100 |
commit | 6d8abc7c1aca00a8ee514b38d88744ccd9ec194f (patch) | |
tree | a19b3cd99a9ac615cae25a874c32ae49e905fb9c | |
parent | 87a5937a88de130ea9bf0c8a8b59086238b2c362 (diff) | |
download | buildroot-6d8abc7c1aca00a8ee514b38d88744ccd9ec194f.tar.gz buildroot-6d8abc7c1aca00a8ee514b38d88744ccd9ec194f.zip |
dante: disable pam
Fixes:
- http://autobuild.buildroot.org/results/5222592f2052e18c184fae42214c112e7f39be6e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/dante/dante.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dante/dante.mk b/package/dante/dante.mk index 687567e100..a147aa36dc 100644 --- a/package/dante/dante.mk +++ b/package/dante/dante.mk @@ -12,7 +12,7 @@ DANTE_LICENSE_FILES = LICENSE # Dante uses a *VERY* old configure.ac DANTE_LIBTOOL_PATCH = NO -DANTE_CONF_OPTS += --disable-client --disable-preload +DANTE_CONF_OPTS += --disable-client --disable-preload --without-pam define DANTE_INSTALL_CONFIG_FILE $(INSTALL) -D -m 644 $(@D)/example/sockd.conf \ |