]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: combine system_utf8proc option into system_arrow
authorCasey Bodley <cbodley@redhat.com>
Thu, 15 Dec 2022 15:54:43 +0000 (10:54 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 25 Jan 2023 18:47:08 +0000 (13:47 -0500)
libarrow-devel depends on utf8proc-devel, so we can't enable
system_arrow without system_utf8proc

Signed-off-by: Casey Bodley <cbodley@redhat.com>
ceph.spec.in

index 4e8c45ab706faf20e11b05ee946c46a40074a712..f5a6c0418d4b0ab02f673a5c5ab838180b1c7af0 100644 (file)
 %bcond_with cephfs_shell
 %endif
 %bcond_with system_arrow
-%bcond_with system_utf8proc
 %if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel} >= 8
 %global weak_deps 1
 %endif
@@ -324,8 +323,6 @@ BuildRequires:  libpmemobj-devel >= 1.8
 %if 0%{with system_arrow}
 BuildRequires:  libarrow-devel
 BuildRequires:  parquet-libs-devel
-%endif
-%if 0%{with system_utf8proc}
 BuildRequires:  utf8proc-devel
 %endif
 %if 0%{with seastar}
@@ -1420,8 +1417,6 @@ cmake .. \
 %endif
 %if 0%{with system_arrow}
     -DWITH_SYSTEM_ARROW:BOOL=ON \
-%endif
-%if 0%{with system_utf8proc}
     -DWITH_SYSTEM_UTF8PROC:BOOL=ON \
 %endif
 %if 0%{with seastar}