projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab20b67
)
libs/libiconv: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:17:49 +0000
(09:17 +0300)
committer
John Crispin
<john@phrozen.org>
Sat, 15 Oct 2016 09:36:51 +0000
(11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/libs/libiconv/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libiconv/Makefile
b/package/libs/libiconv/Makefile
index 61e4b3b76984f88c3b474b1bfad7ee325a274fd7..0cb7cc725438e4387b115731927a587353c00883 100644
(file)
--- a/
package/libs/libiconv/Makefile
+++ b/
package/libs/libiconv/Makefile
@@
-27,11
+27,6
@@
define Package/libiconv
TITLE:=Tiny drop-in replacement for the GNU Character set conversion library
endef
-define Build/Prepare
- $(INSTALL_DIR) $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Configure
endef