|
@@ -63,8 +63,9 @@ ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
|
|
E2FSPROGS_CONF_ENV += LIBS=-lintl
|
|
E2FSPROGS_CONF_ENV += LIBS=-lintl
|
|
endif
|
|
endif
|
|
|
|
|
|
-E2FSPROGS_MAKE_OPTS = \
|
|
|
|
- LDCONFIG=true
|
|
|
|
|
|
+E2FSPROGS_MAKE_OPTS = LDCONFIG=true
|
|
|
|
+E2FSPROGS_INSTALL_STAGING_OPTS = LDCONFIG=true
|
|
|
|
+E2FSPROGS_INSTALL_TARGET_OPTS = LDCONFIG=true
|
|
|
|
|
|
define HOST_E2FSPROGS_INSTALL_CMDS
|
|
define HOST_E2FSPROGS_INSTALL_CMDS
|
|
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install install-libs
|
|
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install install-libs
|