From 45a2438fa2c972c16272b474dd2d32052f157fde Mon Sep 17 00:00:00 2001 From: crazy_imp Date: Wed, 19 Mar 2008 02:14:14 +0000 Subject: [PATCH] thanks to nbd for the STRIP=: stuff in the buildsystem git-svn-id: svn://svn.openwrt.org/openwrt/packages@10618 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nagios/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0