summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-09-02 11:21:06 -0700
committerGeorge Sherwood2010-09-10 14:57:17 -0500
commit8fa867bb73514698b966b513972a66faa5ca6703 (patch)
tree01b57ff2df3d072df84a8101eca8a308fa9349bd
parent9c3dc0d39d564564aaf0631a90312b158605c625 (diff)
util-linux: May use ncurses (for cfdisk), but requires UTF8 support if so
Fixes Bug #15760 (cherry picked from commit 3e6471652f742cb481cadcb1473c36845509d3b6)
-rwxr-xr-xutils/util-linux/DEPENDS13
-rw-r--r--utils/util-linux/HISTORY4
2 files changed, 15 insertions, 2 deletions
diff --git a/utils/util-linux/DEPENDS b/utils/util-linux/DEPENDS
index 8c774cfd66..4bb4750095 100755
--- a/utils/util-linux/DEPENDS
+++ b/utils/util-linux/DEPENDS
@@ -4,5 +4,14 @@ depends gnupg &&
depends smgl-fhs &&
depends zlib &&
-optional_depends nfs-utils '' '' 'for NFS mount support'
-
+optional_depends nfs-utils '' '' 'for NFS mount support' &&
+
+#
+# NOTE:
+# --with-ncurses build with non-wide ncurses, default is wide version
+# (--without-ncurses disables all ncurses(w) support)
+#
+optional_depends -sub "UTF8" ncurses \
+ '' \
+ '--without-ncurses' \
+ 'for cfdisk'
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index cdbf31ca4a..488072bfa9 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,7 @@
+2010-09-08 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: May use ncurses (for cfdisk), but requires UTF8 support if so
+ Fixes Bug #15760
+
2010-07-06 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated aes version to 2.18; updated aes patch to 20100706