Add configure option to disable build of cryptsetup tool.

You can use --disable-cryptsetup to not build cryptsetup binary.
This commit is contained in:
Milan Broz
2017-10-25 11:47:45 +02:00
parent a4b9ce13ee
commit d62d0ed076
2 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
# cryptsetup
if CRYPTSETUP
cryptsetup_SOURCES = \
lib/utils_crypt.c \
lib/utils_loop.c \
@@ -26,6 +28,7 @@ cryptsetup_static_LDADD = \
@PWQUALITY_STATIC_LIBS@ \
@DEVMAPPER_STATIC_LIBS@
endif
endif
# veritysetup
if VERITYSETUP