From: florian Date: Tue, 5 Sep 2006 07:25:39 +0000 (+0000) Subject: Fix oidentd compilation, closes #746 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ea2c49ec3ec19faead31dca691ae7d076a400f19;p=packages.git Fix oidentd compilation, closes #746 git-svn-id: svn://svn.openwrt.org/openwrt/packages@4755 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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