summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-02-23 14:46:59 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-02-23 14:46:59 +0100
commit110cea32cb71e7471b3469715a05d5b99f3942ab (patch)
tree8142d6c961f076bea42c89143e38cf00401460b4 /rules/e2fsprogs.in
parent8017313298146788999e7b37a568d599af4bfab9 (diff)
downloadptxdist-110cea32cb71e7471b3469715a05d5b99f3942ab.tar.gz
ptxdist-110cea32cb71e7471b3469715a05d5b99f3942ab.tar.xz
[e2fsprogs] unconditionally select lib{uuid,blkid}
Reported-by: Josef Holzmayr <holzmayr@rsi-elektrotechnik.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/e2fsprogs.in')
-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
# -----------------------------------