Whamcloud - gitweb
LU-16676 build: always include llcrypt sources 80/50580/2
authorSebastien Buisson <sbuisson@ddn.com>
Fri, 7 Apr 2023 21:51:03 +0000 (14:51 -0700)
committerOleg Drokin <green@whamcloud.com>
Wed, 10 May 2023 21:26:02 +0000 (21:26 +0000)
llcrypt sources should always be included in source packages.
Binary build will decide whether to include llcrypt in the build
objects or not.

Lustre-change: https://review.whamcloud.com/50446
Lustre-commit: 869dae0f37ce0f6999b1a6348c8e594b53ba56d9

Test-Parameters: trivial
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I726d7deb27687bffebce55f6c09d578e6290aac7
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50580
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/libcfs/crypto/Makefile.am

index 45b0829..c0a8b09 100644 (file)
@@ -1,4 +1,2 @@
-if LLCRYPT
 EXTRA_DIST = crypto.c fname.c hkdf.c hooks.c keyring.c \
        keysetup.c keysetup_v1.c policy.c llcrypt_private.h
-endif