From c82c3509cf38c8ce151f18d63ead8b1875a31644 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Thu, 14 Oct 2021 15:10:00 +0200 Subject: [PATCH] Do not build cryptsetup-reencrypt. Source code will be removed later completely. --- src/Makemodule.am | 60 +++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/Makemodule.am b/src/Makemodule.am index 49e0c5aa..6ea4e1bf 100644 --- a/src/Makemodule.am +++ b/src/Makemodule.am @@ -114,37 +114,37 @@ endif # reencrypt if REENCRYPT -cryptsetup_reencrypt_SOURCES = \ - lib/utils_crypt.c \ - lib/utils_io.c \ - lib/utils_blkid.c \ - src/utils_tools.c \ - lib/utils_loop.c \ - src/utils_args.c \ - src/utils_password.c \ - src/cryptsetup_reencrypt.c \ - src/cryptsetup_reencrypt_args.h \ - src/cryptsetup_reencrypt_arg_list.h \ - src/cryptsetup.h +# cryptsetup_reencrypt_SOURCES = \ +# lib/utils_crypt.c \ +# lib/utils_io.c \ +# lib/utils_blkid.c \ +# src/utils_tools.c \ +# lib/utils_loop.c \ +# src/utils_args.c \ +# src/utils_password.c \ +# src/cryptsetup_reencrypt.c \ +# src/cryptsetup_reencrypt_args.h \ +# src/cryptsetup_reencrypt_arg_list.h \ +# src/cryptsetup.h -cryptsetup_reencrypt_LDADD = $(LDADD) \ - libcryptsetup.la \ - @POPT_LIBS@ \ - @PWQUALITY_LIBS@ \ - @PASSWDQC_LIBS@ \ - @UUID_LIBS@ \ - @BLKID_LIBS@ +# cryptsetup_reencrypt_LDADD = $(LDADD) \ +# libcryptsetup.la \ +# @POPT_LIBS@ \ +# @PWQUALITY_LIBS@ \ +# @PASSWDQC_LIBS@ \ +# @UUID_LIBS@ \ +# @BLKID_LIBS@ -sbin_PROGRAMS += cryptsetup-reencrypt +# sbin_PROGRAMS += cryptsetup-reencrypt -if STATIC_TOOLS -sbin_PROGRAMS += cryptsetup-reencrypt.static -cryptsetup_reencrypt_static_SOURCES = $(cryptsetup_reencrypt_SOURCES) -cryptsetup_reencrypt_static_LDFLAGS = $(AM_LDFLAGS) -all-static -cryptsetup_reencrypt_static_LDADD = \ - $(cryptsetup_reencrypt_LDADD) \ - @CRYPTO_STATIC_LIBS@ \ - @PWQUALITY_STATIC_LIBS@ \ - @DEVMAPPER_STATIC_LIBS@ -endif +# if STATIC_TOOLS +# sbin_PROGRAMS += cryptsetup-reencrypt.static +# cryptsetup_reencrypt_static_SOURCES = $(cryptsetup_reencrypt_SOURCES) +# cryptsetup_reencrypt_static_LDFLAGS = $(AM_LDFLAGS) -all-static +# cryptsetup_reencrypt_static_LDADD = \ +# $(cryptsetup_reencrypt_LDADD) \ +# @CRYPTO_STATIC_LIBS@ \ +# @PWQUALITY_STATIC_LIBS@ \ +# @DEVMAPPER_STATIC_LIBS@ +# endif endif