]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
build: Add SYSLIBS to e4crypt linking
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 21 Jan 2021 23:11:30 +0000 (18:11 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jan 2021 23:11:39 +0000 (18:11 -0500)
The $(SYSLIBS) was missing when linking the e4crypt application. This is
available in the e4crypt.profiled variant, so I assume this was just
missing in the normal variant and is not left out intentionally.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/Makefile.in

index e61e6b7f6b5059513f1bfe4b2aec6e9208ce73ec..a560233febea069db4f82227136d57acf78e4b26 100644 (file)
@@ -243,7 +243,7 @@ e4defrag: $(E4DEFRAG_OBJS) $(DEPLIBS)
 e4crypt: $(E4CRYPT_OBJS) $(DEPLIBS) $(DEPSTATIC_LIBUUID)
        $(E) "  LD $@"
        $(Q) $(CC) $(ALL_LDFLAGS) -o e4crypt $(E4CRYPT_OBJS) \
-               $(LIBUUID) $(LIBS)
+               $(LIBUUID) $(LIBS) $(SYSLIBS)
 
 e4defrag.profiled: $(E4DEFRAG_OBJS) $(PROFILED_DEPLIBS)
        $(E) "  LD $@"