mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-09 18:00:01 +01:00
Do not build cryptsetup-reencrypt.
Source code will be removed later completely.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user