|
@@ -148,4 +148,18 @@ endef
|
|
endif
|
|
endif
|
|
COREUTILS_POST_INSTALL_TARGET_HOOKS += COREUTILS_FIX_CHROOT_LOCATION
|
|
COREUTILS_POST_INSTALL_TARGET_HOOKS += COREUTILS_FIX_CHROOT_LOCATION
|
|
|
|
|
|
|
|
+# Explicitly install ln and realpath, which we *are* insterested in.
|
|
|
|
+# A lot of other programs still get installed, however, but disabling
|
|
|
|
+# them does not gain much at build time, and is a loooong list that is
|
|
|
|
+# difficult to maintain...
|
|
|
|
+HOST_COREUTILS_CONF_OPTS = \
|
|
|
|
+ --disable-acl \
|
|
|
|
+ --disable-libcap \
|
|
|
|
+ --disable-rpath \
|
|
|
|
+ --disable-single-binary \
|
|
|
|
+ --disable-xattr \
|
|
|
|
+ --without-gmp \
|
|
|
|
+ --enable-install-program=ln,realpath
|
|
|
|
+
|
|
$(eval $(autotools-package))
|
|
$(eval $(autotools-package))
|
|
|
|
+$(eval $(host-autotools-package))
|