diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2020-03-25 16:01:38 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2020-03-25 16:01:38 -0400 |
commit | 2bd18f4bae07d463b9394e7e8cccd8386a38763c (patch) | |
tree | ac4dd25fa5b61146ec9fa9f9a3481eb8bf3635e0 | |
parent | 8bcd38555cb224b7da722bcdeca5c2d15f3ef284 (diff) |
Use pkgconfig for libkeyutils
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ ifdef D CFLAGS+=-DCONFIG_VALGRIND=y endif -PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib liblz4 libzstd" +PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib liblz4 libzstd libkeyutils" ifdef BCACHEFS_FUSE PKGCONFIG_LIBS+="fuse3 >= 3.7" CFLAGS+=-DBCACHEFS_FUSE |