thanks to nbd for the STRIP=: stuff in the buildsystem
authorcrazy_imp <crazy_imp@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Mar 2008 02:14:14 +0000 (02:14 +0000)
committercrazy_imp <crazy_imp@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Mar 2008 02:14:14 +0000 (02:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10618 3c298f89-4303-0410-b956-a3cf2f4a3e73

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