thanks to nbd for the STRIP=: stuff in the buildsystem
[packages.git] / net / nagios / Makefile
index 6a98d58..2214446 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