From 9073be1298f764033bd281b3e2d8fc554c314fdd Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 23 Apr 2020 21:16:05 -0400 Subject: [PATCH] Don't use pkgconfig for libkeyutils Centos 7 has an old version that doesn't have the .pc file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9049e159..25de546a 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ ifdef D CFLAGS+=-DCONFIG_VALGRIND=y endif -PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib liblz4 libzstd libkeyutils" +PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib liblz4 libzstd" ifdef BCACHEFS_FUSE PKGCONFIG_LIBS+="fuse3 >= 3.7" CFLAGS+=-DBCACHEFS_FUSE