summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/e2fsprogs.in25
1 files changed, 10 insertions, 15 deletions
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index 26f64456b..b00a21245 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -4,8 +4,9 @@ menuconfig E2FSPROGS
tristate
prompt "e2fsprogs "
select HOST_GETTEXT
- select LIBBLKID if E2FSPROGS_LIBBLKID
- select LIBUUID if E2FSPROGS_LIBUUID
+ # configure needs these external libs
+ select LIBBLKID #if E2FSPROGS_LIBBLKID
+ select LIBUUID #if E2FSPROGS_LIBUUID
help
The e2fsprogs package provides the filesystem utilities for use
with the ext2 filesystem. It also supports the ext3 filesystem
@@ -13,6 +14,13 @@ menuconfig E2FSPROGS
if E2FSPROGS
+
+config E2FSPROGS_LIBBLKID
+ bool
+
+config E2FSPROGS_LIBUUID
+ bool
+
# -----------------------------------
menu "build options "
# -----------------------------------
@@ -43,13 +51,6 @@ endmenu
menu "libraries "
# -----------------------------------
-config E2FSPROGS_LIBBLKID
- bool
- prompt "libblkid"
- select E2FSPROGS_LIBUUID
- help
- Install libblkid.
-
config E2FSPROGS_LIBCOM_ERR
bool
prompt "libcom_err"
@@ -79,12 +80,6 @@ config E2FSPROGS_LIBSS
help
Install libss.
-config E2FSPROGS_LIBUUID
- bool
- prompt "libuuid"
- help
- Install libuuid.
-
endmenu
# -----------------------------------