From: Gabor Juhos Date: Thu, 27 Mar 2014 07:03:32 +0000 (+0000) Subject: packages/iptables-snmp: fix whitespaces X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6dd43256fa7e81942668c54f3213cdb0cd59f284;p=openwrt%2Fsvn-archive%2Fpackages.git packages/iptables-snmp: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40083 --- diff --git a/net/iptables-snmp/Makefile b/net/iptables-snmp/Makefile index 4e3cd2b3e..3e48bc13e 100644 --- a/net/iptables-snmp/Makefile +++ b/net/iptables-snmp/Makefile @@ -30,17 +30,17 @@ define Package/iptables-snmp/description This is a plugin that makes iptables rules accessable from snmpd. endef -define Build/Compile +define Build/Compile $(call Build/Compile/Default, \ INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ all install \ ) endef - -define Package/iptables-snmp/install + +define Package/iptables-snmp/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables-snmp.so $(1)/usr/lib -endef +endef $(eval $(call BuildPackage,iptables-snmp))