Add ISA-L into RPM specs

This commit is contained in:
Vitaliy Filippov
2022-06-04 13:27:06 +03:00
parent 2a2e914ef9
commit 87613ed590
8 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ pkg_check_modules(IBVERBS libibverbs)
if (IBVERBS_LIBRARIES)
add_definitions(-DWITH_RDMA)
endif (IBVERBS_LIBRARIES)
pkg_check_modules(ISAL REQUIRED libisal)
pkg_check_modules(ISAL libisal)
if (ISAL_LIBRARIES)
add_definitions(-DWITH_ISAL)
endif (ISAL_LIBRARIES)