mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Don't use pkgconfig for libkeyutils
Centos 7 has an old version that doesn't have the .pc file
This commit is contained in:
parent
5d6e237b72
commit
9073be1298
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ ifdef D
|
|||||||
CFLAGS+=-DCONFIG_VALGRIND=y
|
CFLAGS+=-DCONFIG_VALGRIND=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib liblz4 libzstd libkeyutils"
|
PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib liblz4 libzstd"
|
||||||
ifdef BCACHEFS_FUSE
|
ifdef BCACHEFS_FUSE
|
||||||
PKGCONFIG_LIBS+="fuse3 >= 3.7"
|
PKGCONFIG_LIBS+="fuse3 >= 3.7"
|
||||||
CFLAGS+=-DBCACHEFS_FUSE
|
CFLAGS+=-DBCACHEFS_FUSE
|
||||||
|
Loading…
Reference in New Issue
Block a user