Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XROOTD] Build client only #7909

Merged
merged 2 commits into from
Jun 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions xrootd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## INITENV +PATH PYTHON3PATH %{i}/${PYTHON3_LIB_SITE_PACKAGES}

%define strip_files %i/lib
%define tag 975ea12e06dd4237a40d91de7869fbcb3a48bfaa
%define tag 18210b01c0fafa807484ab821bec1d54116b1137
%define branch master
%define github_user xrootd
Source: git+https://github.com/%github_user/xrootd.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
Expand Down Expand Up @@ -35,7 +35,7 @@ cmake ../%n-%{realversion} \
-DFORCE_ENABLED=ON \
-DENABLE_FUSE=FALSE \
-DENABLE_VOMS=FALSE \
-DXRDCL_ONLY=FALSE \
-DXRDCL_ONLY=TRUE \
-DENABLE_KRB5=TRUE \
-DENABLE_READLINE=TRUE \
-DENABLE_CRYPTO=TRUE \
Expand Down