From: <abe...@us...> - 2016-12-11 20:06:38
|
Revision: 8031 http://sourceforge.net/p/astlinux/code/8031 Author: abelbeck Date: 2016-12-11 20:06:36 +0000 (Sun, 11 Dec 2016) Log Message: ----------- e2fsprogs, pass LDCONFIG=true also at install time, making LDCONFIG a NoOp for cross-compiling Modified Paths: -------------- branches/1.0/package/e2fsprogs/e2fsprogs.mk Modified: branches/1.0/package/e2fsprogs/e2fsprogs.mk =================================================================== --- branches/1.0/package/e2fsprogs/e2fsprogs.mk 2016-12-09 17:40:03 UTC (rev 8030) +++ branches/1.0/package/e2fsprogs/e2fsprogs.mk 2016-12-11 20:06:36 UTC (rev 8031) @@ -7,7 +7,8 @@ E2FSPROGS_VERSION = 1.42.13 E2FSPROGS_SITE = http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v$(E2FSPROGS_VERSION) E2FSPROGS_INSTALL_STAGING = YES -E2FSPROGS_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install-libs +E2FSPROGS_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDCONFIG=true install-libs +E2FSPROGS_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) LDCONFIG=true install E2FSPROGS_CONF_OPT = \ $(if $(BR2_PREFER_STATIC_LIB),,--enable-elf-shlibs) \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |