projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b2c8c
)
Fix oidentd compilation, closes #746
author
Florian Fainelli
<florian@openwrt.org>
Tue, 5 Sep 2006 07:25:39 +0000
(07:25 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 5 Sep 2006 07:25:39 +0000
(07:25 +0000)
SVN-Revision: 4755
net/oidentd/Makefile
patch
|
blob
|
history
diff --git
a/net/oidentd/Makefile
b/net/oidentd/Makefile
index 9520375bc700cafe41e2bcb841b42d86f1d0da5e..64a8305b15844b38b0e3c7c9f3b7e0950052bdac 100644
(file)
--- 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