summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-04-23 21:16:05 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2020-04-23 21:16:05 -0400
commit9073be1298f764033bd281b3e2d8fc554c314fdd (patch)
tree09066d86602cb9906328c7d85b1b10afa33ccc9a
parent5d6e237b728cfb7c3bf2cb1a613e64bdecbd740d (diff)
Don't use pkgconfig for libkeyutils
Centos 7 has an old version that doesn't have the .pc file
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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