thanks to nbd for the STRIP=: stuff in the buildsystem
authorMartin Janitschke <noeoeh@web.de>
Wed, 19 Mar 2008 02:14:14 +0000 (02:14 +0000)
committerMartin Janitschke <noeoeh@web.de>
Wed, 19 Mar 2008 02:14:14 +0000 (02:14 +0000)
SVN-Revision: 10618

net/nagios/Makefile

index 6a98d584dc66785237f4e5341eb13836afa02219..22144466c1772624e6037b0ac60dbbfe1b53d4e6 100644 (file)
@@ -52,6 +52,7 @@ define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                DESTDIR="$(PKG_INSTALL_DIR)" \
                INSTALL_OPTS="" \
+               STRIP=: \
                all install install-config
 endef