From 57a4bb8327f38fa94df8d05fc2d0fd665124bca8 Mon Sep 17 00:00:00 2001 From: Martin Janitschke Date: Wed, 19 Mar 2008 02:14:14 +0000 Subject: [PATCH] thanks to nbd for the STRIP=: stuff in the buildsystem SVN-Revision: 10618 --- net/nagios/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/nagios/Makefile b/net/nagios/Makefile index 6a98d584dc..22144466c1 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.30.2