From e067371fcbeae61c6b1cd6cf5b4d07b3bdbc7543 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 5 Sep 2006 07:25:39 +0000 Subject: [PATCH] Fix oidentd compilation, closes #746 SVN-Revision: 4755 --- net/oidentd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile index 9520375bc7..64a8305b15 100644 --- a/net/oidentd/Makefile +++ b/net/oidentd/Makefile @@ -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 -- 2.30.2