|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../e2fsprogs/e2fsprogs.conf |
|
|
|
|
# Copyright (C) 2008 - 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2008 - 2012 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -31,8 +31,8 @@ if [ "$SDECFG_DIETLIBC_e2fsprogs" == "1" ] ; then
|
|
|
|
|
var_append confopt " " "--enable-dynamic-e2fsck" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if pkginstalled util-linux-ng; then |
|
|
|
|
# do not build stuff now provided by util-linux-ng |
|
|
|
|
if pkginstalled util-linux; then |
|
|
|
|
# do not build stuff now provided by util-linux |
|
|
|
|
for x in libuuid uuidd libblkid fsck; do |
|
|
|
|
var_append extraconfopt ' ' "--disable-$x" |
|
|
|
|
done |
|
|
|
|