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:
23c69f9
)
removed apr-1-config, you won't need it on a router, it's only for building other...
author
Martin Janitschke
<noeoeh@web.de>
Sat, 7 Jul 2007 09:05:37 +0000
(09:05 +0000)
committer
Martin Janitschke
<noeoeh@web.de>
Sat, 7 Jul 2007 09:05:37 +0000
(09:05 +0000)
SVN-Revision: 7883
libs/apr/Makefile
patch
|
blob
|
history
diff --git
a/libs/apr/Makefile
b/libs/apr/Makefile
index 8e27943eab939bfce87bdc5dfa445a013efe6b60..79327bcbf005d3f5317bfcfff3b2018e01d9e609 100644
(file)
--- a/
libs/apr/Makefile
+++ b/
libs/apr/Makefile
@@
-83,8
+83,6
@@
define Build/UninstallDev
endef
define Package/apr/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(CP) $(PKG_INSTALL_DIR)/usr/bin/apr-1-config $(1)/usr/bin/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
endef