Fix oidentd compilation, closes #746
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Sep 2006 07:25:39 +0000 (07:25 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Sep 2006 07:25:39 +0000 (07:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4755 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/oidentd/Makefile

index 9520375..64a8305 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