mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +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
|
# reencrypt
|
||||||
if REENCRYPT
|
if REENCRYPT
|
||||||
cryptsetup_reencrypt_SOURCES = \
|
# cryptsetup_reencrypt_SOURCES = \
|
||||||
lib/utils_crypt.c \
|
# lib/utils_crypt.c \
|
||||||
lib/utils_io.c \
|
# lib/utils_io.c \
|
||||||
lib/utils_blkid.c \
|
# lib/utils_blkid.c \
|
||||||
src/utils_tools.c \
|
# src/utils_tools.c \
|
||||||
lib/utils_loop.c \
|
# lib/utils_loop.c \
|
||||||
src/utils_args.c \
|
# src/utils_args.c \
|
||||||
src/utils_password.c \
|
# src/utils_password.c \
|
||||||
src/cryptsetup_reencrypt.c \
|
# src/cryptsetup_reencrypt.c \
|
||||||
src/cryptsetup_reencrypt_args.h \
|
# src/cryptsetup_reencrypt_args.h \
|
||||||
src/cryptsetup_reencrypt_arg_list.h \
|
# src/cryptsetup_reencrypt_arg_list.h \
|
||||||
src/cryptsetup.h
|
# src/cryptsetup.h
|
||||||
|
|
||||||
cryptsetup_reencrypt_LDADD = $(LDADD) \
|
# cryptsetup_reencrypt_LDADD = $(LDADD) \
|
||||||
libcryptsetup.la \
|
# libcryptsetup.la \
|
||||||
@POPT_LIBS@ \
|
# @POPT_LIBS@ \
|
||||||
@PWQUALITY_LIBS@ \
|
# @PWQUALITY_LIBS@ \
|
||||||
@PASSWDQC_LIBS@ \
|
# @PASSWDQC_LIBS@ \
|
||||||
@UUID_LIBS@ \
|
# @UUID_LIBS@ \
|
||||||
@BLKID_LIBS@
|
# @BLKID_LIBS@
|
||||||
|
|
||||||
sbin_PROGRAMS += cryptsetup-reencrypt
|
# sbin_PROGRAMS += cryptsetup-reencrypt
|
||||||
|
|
||||||
if STATIC_TOOLS
|
# if STATIC_TOOLS
|
||||||
sbin_PROGRAMS += cryptsetup-reencrypt.static
|
# sbin_PROGRAMS += cryptsetup-reencrypt.static
|
||||||
cryptsetup_reencrypt_static_SOURCES = $(cryptsetup_reencrypt_SOURCES)
|
# cryptsetup_reencrypt_static_SOURCES = $(cryptsetup_reencrypt_SOURCES)
|
||||||
cryptsetup_reencrypt_static_LDFLAGS = $(AM_LDFLAGS) -all-static
|
# cryptsetup_reencrypt_static_LDFLAGS = $(AM_LDFLAGS) -all-static
|
||||||
cryptsetup_reencrypt_static_LDADD = \
|
# cryptsetup_reencrypt_static_LDADD = \
|
||||||
$(cryptsetup_reencrypt_LDADD) \
|
# $(cryptsetup_reencrypt_LDADD) \
|
||||||
@CRYPTO_STATIC_LIBS@ \
|
# @CRYPTO_STATIC_LIBS@ \
|
||||||
@PWQUALITY_STATIC_LIBS@ \
|
# @PWQUALITY_STATIC_LIBS@ \
|
||||||
@DEVMAPPER_STATIC_LIBS@
|
# @DEVMAPPER_STATIC_LIBS@
|
||||||
endif
|
# endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user