Deprecate xfsprogs, no support for XFS in Buildroot

This commit is contained in:
Ulf Samuelsson 2009-01-26 00:12:02 +00:00
parent d45093b23a
commit a6ab997f6f
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED enabled
config BR2_PACKAGE_XFSPROGS
bool "xfsprogs"
depends on BR2_DEPRECATED
help
The XFS file system utilities and libraries

View File

@ -46,7 +46,7 @@ $(XFSPROGS_DIR)/.configured: $(XFSPROGS_DIR)/.unpacked
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--prefix=/usr \
--exec-prefix=/ \
--exec-prefix=/usr \
--libdir=/usr/lib \
$(XFSPROGS_CONFIG_SHARED) \
)