Fix oidentd compilation, closes #746
authorFlorian Fainelli <florian@openwrt.org>
Tue, 5 Sep 2006 07:25:39 +0000 (07:25 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 5 Sep 2006 07:25:39 +0000 (07:25 +0000)
SVN-Revision: 4755

net/oidentd/Makefile

index 9520375bc700cafe41e2bcb841b42d86f1d0da5e..64a8305b15844b38b0e3c7c9f3b7e0950052bdac 100644 (file)
@@ -37,8 +37,7 @@ define Build/Configure
 endef
 
 define Build/Compile
-  $(call Build/Compile/Default)
-       $(STRIP) $(PKG_BUILD_DIR)/src/$(PKG_NAME)
+  $(call Build/Compile/Default,all)
 endef
 
 define Package/oidentd/install