From ea2c49ec3ec19faead31dca691ae7d076a400f19 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 5 Sep 2006 07:25:39 +0000 Subject: [PATCH] Fix oidentd compilation, closes #746 git-svn-id: svn://svn.openwrt.org/openwrt/packages@4755 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/oidentd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile index 9520375bc..64a8305b1 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.11.0