mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
rsyslog: use the more traditional --{enable,disable}
Instead of using --enable-<foo>={yes,no}, use
--{enable,disable}-<foo>, like we do in most other packages.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -31,9 +31,9 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||
RSYSLOG_DEPENDENCIES += libgcrypt
|
||||
RSYSLOG_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
||||
RSYSLOG_CONF_OPTS += --enable-libgcrypt=yes
|
||||
RSYSLOG_CONF_OPTS += --enable-libgcrypt
|
||||
else
|
||||
RSYSLOG_CONF_OPTS += --enable-libgcrypt=no
|
||||
RSYSLOG_CONF_OPTS += --disable-libgcrypt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MYSQL),y)
|
||||
|
||||
Reference in New Issue
Block a user