summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2022-12-01 09:21:14 +0000
committerBazaah2023-09-09 17:10:46 +0000
commit1ce90d2484456871f765de60ff05d0a6066125f7 (patch)
treef60cd92d2cf3f73792bc26f98dabcba4e76a84f5
parent76a50ba4f5b15e04759c7959208d727a9b99ef4e (diff)
downloadaur-1ce90d2484456871f765de60ff05d0a6066125f7.tar.gz
pkgbuild: disable proprietary rgw backends
These are some seagate/intel specific features, seemingly to use ceph rgw as the S3 interface to their products, and/or supporting some intel encrypt/decrypt hardware. These are (currently) disabled by default, but I have added them for future proofing. I think these will never be valid/useful compile options on Archlinux.
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8237ec0f129..d56e2379830d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -197,6 +197,8 @@ build() {
-DWITH_OCF=OFF \
-DWITH_DPDK=OFF \
-DWITH_SPDK=OFF \
+ -DWITH_QAT=OFF \
+ -DWITH_QATZIP=OFF \
-DWITH_CEPHFS=ON \
-DWITH_CEPHFS_JAVA=ON \
-DWITH_CEPHFS_SHELL=ON \
@@ -213,6 +215,8 @@ build() {
-DWITH_RADOSGW_LUA_PACKAGES=ON \
-DWITH_RADOSGW_DBSTORE=OFF \
-DWITH_RADOSGW_SELECT_PARQUET=OFF \
+ -DWITH_RADOSGW_MOTR=OFF \
+ -DWITH_RADOSGW_DAOS=OFF \
-DWITH_SYSTEMD=ON \
-DWITH_SYSTEM_BOOST=ON \
-DWITH_SYSTEM_ZSTD=ON \