Browse Source

e2fsprogs: changed to check for util-linux instead of util-linux-ng

user/amery/next/luajit
Christian Wiese 13 years ago
parent
commit
41470b01e0
  1. 6
      filesystem/e2fsprogs/e2fsprogs.conf

6
filesystem/e2fsprogs/e2fsprogs.conf

@ -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

Loading…
Cancel
Save