summaryrefslogtreecommitdiffstats
path: root/package/netsnmp
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2014-12-24 08:54:24 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-24 11:41:05 +0100
commit38f09d6873436cfe4606ae32adbe4ac99bb8ad61 (patch)
tree6643ba4b0a47bf0532a20a26e2f3e62ac683a640 /package/netsnmp
parent7163d7f5e7af3540a95455c871f2caa87061ab93 (diff)
downloadbuildroot-38f09d6873436cfe4606ae32adbe4ac99bb8ad61.tar.gz
buildroot-38f09d6873436cfe4606ae32adbe4ac99bb8ad61.zip
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/netsnmp')
-rw-r--r--package/netsnmp/netsnmp.mk34
1 files changed, 21 insertions, 13 deletions
diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk
index 91afffe11d..bfc2a74a97 100644
--- a/package/netsnmp/netsnmp.mk
+++ b/package/netsnmp/netsnmp.mk
@@ -11,19 +11,27 @@ NETSNMP_LICENSE = Various BSD-like
NETSNMP_LICENSE_FILES = COPYING
NETSNMP_INSTALL_STAGING = YES
NETSNMP_CONF_ENV = ac_cv_NETSNMP_CAN_USE_SYSCTL=yes
-NETSNMP_CONF_OPTS = --with-persistent-directory=/var/lib/snmp \
- --with-defaults --enable-mini-agent --without-rpm \
- --with-logfile=none --without-kmem-usage $(DISABLE_IPV6) \
- --enable-as-needed --without-perl-modules \
- --disable-embedded-perl --disable-perl-cc-checks \
- --disable-scripts --with-default-snmp-version="1" \
- --enable-silent-libtool --enable-mfd-rewrites \
- --with-sys-contact="root@localhost" \
- --with-sys-location="Unknown" \
- --with-mib-modules="$(call qstrip,$(BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES))" \
- --with-out-mib-modules="$(call qstrip,$(BR2_PACKAGE_NETSNMP_WITHOUT_MIB_MODULES))" \
- --with-out-transports="Unix" \
- --disable-manuals
+NETSNMP_CONF_OPTS = \
+ --with-persistent-directory=/var/lib/snmp \
+ --with-defaults \
+ --enable-mini-agent \
+ --without-rpm \
+ --with-logfile=none \
+ --without-kmem-usage $(DISABLE_IPV6) \
+ --enable-as-needed \
+ --without-perl-modules \
+ --disable-embedded-perl \
+ --disable-perl-cc-checks \
+ --disable-scripts \
+ --with-default-snmp-version="1" \
+ --enable-silent-libtool \
+ --enable-mfd-rewrites \
+ --with-sys-contact="root@localhost" \
+ --with-sys-location="Unknown" \
+ --with-mib-modules="$(call qstrip,$(BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES))" \
+ --with-out-mib-modules="$(call qstrip,$(BR2_PACKAGE_NETSNMP_WITHOUT_MIB_MODULES))" \
+ --with-out-transports="Unix" \
+ --disable-manuals
NETSNMP_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LIB_LDCONFIG_CMD=true install
NETSNMP_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) LIB_LDCONFIG_CMD=true install
NETSNMP_MAKE = $(MAKE1)
OpenPOWER on IntegriCloud