rsyslog: fix indentation

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2015-01-14 22:05:59 +01:00
parent 29a254bdb1
commit 7b9fecfdaf

View File

@ -21,38 +21,38 @@ RSYSLOG_AUTORECONF = YES
# Build after BusyBox # Build after BusyBox
ifeq ($(BR2_PACKAGE_BUSYBOX),y) ifeq ($(BR2_PACKAGE_BUSYBOX),y)
RSYSLOG_DEPENDENCIES += busybox RSYSLOG_DEPENDENCIES += busybox
endif endif
ifeq ($(BR2_PACKAGE_LIBEE),y) ifeq ($(BR2_PACKAGE_LIBEE),y)
RSYSLOG_DEPENDENCIES += libee RSYSLOG_DEPENDENCIES += libee
endif endif
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y) ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
RSYSLOG_DEPENDENCIES += libgcrypt RSYSLOG_DEPENDENCIES += libgcrypt
RSYSLOG_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config RSYSLOG_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
RSYSLOG_CONF_OPTS += --enable-libgcrypt=yes RSYSLOG_CONF_OPTS += --enable-libgcrypt=yes
else else
RSYSLOG_CONF_OPTS += --enable-libgcrypt=no RSYSLOG_CONF_OPTS += --enable-libgcrypt=no
endif endif
ifeq ($(BR2_PACKAGE_MYSQL),y) ifeq ($(BR2_PACKAGE_MYSQL),y)
RSYSLOG_DEPENDENCIES += mysql RSYSLOG_DEPENDENCIES += mysql
RSYSLOG_CONF_OPTS += --enable-mysql RSYSLOG_CONF_OPTS += --enable-mysql
RSYSLOG_CONF_ENV += ac_cv_prog_MYSQL_CONFIG=$(STAGING_DIR)/usr/bin/mysql_config RSYSLOG_CONF_ENV += ac_cv_prog_MYSQL_CONFIG=$(STAGING_DIR)/usr/bin/mysql_config
endif endif
ifeq ($(BR2_PACKAGE_POSTGRESQL),y) ifeq ($(BR2_PACKAGE_POSTGRESQL),y)
RSYSLOG_DEPENDENCIES += postgresql RSYSLOG_DEPENDENCIES += postgresql
RSYSLOG_CONF_OPTS += --enable-pgsql RSYSLOG_CONF_OPTS += --enable-pgsql
RSYSLOG_CONF_ENV += ac_cv_prog_PG_CONFIG=$(STAGING_DIR)/usr/bin/pg_config RSYSLOG_CONF_ENV += ac_cv_prog_PG_CONFIG=$(STAGING_DIR)/usr/bin/pg_config
endif endif
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y) ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
RSYSLOG_DEPENDENCIES += util-linux RSYSLOG_DEPENDENCIES += util-linux
RSYSLOG_CONF_OPTS += --enable-uuid RSYSLOG_CONF_OPTS += --enable-uuid
else else
RSYSLOG_CONF_OPTS += --disable-uuid RSYSLOG_CONF_OPTS += --disable-uuid
endif endif
define RSYSLOG_INSTALL_INIT_SYSV define RSYSLOG_INSTALL_INIT_SYSV