summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-29 08:43:48 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-29 08:43:48 +0200
commit610ec1e27261ca8223402ffc694a65ff32a2334e (patch)
treeeeae1238615be4eccd7e3f185802cb2d477cf328 /packages
parent7f3fea2fc70b21ccf8dcbc819eb2af14398a4f29 (diff)
downloadembtoolkit-610ec1e27261ca8223402ffc694a65ff32a2334e.tar.gz
embtoolkit-610ec1e27261ca8223402ffc694a65ff32a2334e.tar.bz2
embtoolkit-610ec1e27261ca8223402ffc694a65ff32a2334e.tar.xz
Packages: e2fsprogs: use same options for host and target
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/system/e2fsprogs/e2fsprogs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/system/e2fsprogs/e2fsprogs.mk b/packages/system/e2fsprogs/e2fsprogs.mk
index ae0eaab..a444326 100644
--- a/packages/system/e2fsprogs/e2fsprogs.mk
+++ b/packages/system/e2fsprogs/e2fsprogs.mk
@@ -73,6 +73,8 @@ E2FSPROGS_HOST_SRC_DIR := $(TOOLS_BUILD)/e2fsprogs-$(E2FSPROGS_VERSION)
E2FSPROGS_HOST_BUILD_DIR := $(TOOLS_BUILD)/e2fsprogs-$(E2FSPROGS_VERSION)
E2FSPROGS_HOST_MAKE_OPTS := LDCONFIG=true
+E2FSPROGS_HOST_MAKE_DIRS := $(E2FSPROGS_MAKE_DIRS)
+E2FSPROGS_CONFIGURE_OPTS := $(E2FSPROGS_CONFIGURE_OPTS)
e2fsprogs_host_install:
$(call EMBTK_INSTALL_HOSTPKG,E2FSPROGS_HOST)