changeset 424:0a2c1e2142b8

build only the necessary parts of package libiconv
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 02 Sep 2009 02:20:23 +0200
parents 02b6f8fc0870
children afd650c42ba3
files src/libiconv.mk
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libiconv.mk	Wed Sep 02 01:12:19 2009 +0200
+++ b/src/libiconv.mk	Wed Sep 02 02:20:23 2009 +0200
@@ -43,5 +43,8 @@
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-shared \
         --disable-nls
-    $(MAKE) -C '$(1)' -j '$(JOBS)' install
+    $(MAKE) -C '$(1)/libcharset' -j '$(JOBS)' install
+    $(MAKE) -C '$(1)/lib'        -j '$(JOBS)' install
+    $(INSTALL) -d '$(PREFIX)/$(TARGET)/include'
+    $(INSTALL) -m644 '$(1)/include/iconv.h.inst' '$(PREFIX)/$(TARGET)/include/iconv.h'
 endef