From: Martin Janitschke Date: Wed, 19 Mar 2008 02:14:14 +0000 (+0000) Subject: thanks to nbd for the STRIP=: stuff in the buildsystem X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c785eed83edf3b627cc20554ec61d3ac4a62c9d1;p=openwrt%2Fsvn-archive%2Fpackages.git thanks to nbd for the STRIP=: stuff in the buildsystem SVN-Revision: 10618 --- diff --git a/net/nagios/Makefile b/net/nagios/Makefile index 6a98d584d..22144466c 100644 --- a/net/nagios/Makefile +++ b/net/nagios/Makefile @@ -52,6 +52,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ INSTALL_OPTS="" \ + STRIP=: \ all install install-config endef