Skip to content

Commit

Permalink
Merge pull request #7759 from cms-sw/xrootd-readline
Browse files Browse the repository at this point in the history
xrootd: enable readline and did some cleanup
  • Loading branch information
smuzaffar committed Apr 7, 2022
2 parents 9f1434a + 00a67d4 commit 78065a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xrootd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ rm -rf ../build; mkdir ../build; cd ../build
cmake ../%n-%{realversion} \
-DCMAKE_INSTALL_PREFIX=%{i} \
-DCMAKE_BUILD_TYPE=Release \
-DZLIB_ROOT:PATH=${ZLIB_ROOT} \
-DENABLE_FUSE=FALSE \
-DENABLE_KRB5=TRUE \
-DENABLE_READLINE=FALSE \
-DENABLE_READLINE=TRUE \
-DENABLE_CRYPTO=TRUE \
-DCMAKE_SKIP_RPATH=TRUE \
-DENABLE_PYTHON=TRUE \
Expand All @@ -43,7 +42,7 @@ cmake ../%n-%{realversion} \
-DUUID_INCLUDE_DIR="${LIBUUID_ROOT}/include" \
-DUUID_LIBRARY="${LIBUUID_ROOT}/lib64/libuuid.%{soext}" \
-DSCITOKENS_CPP_DIR="${SCITOKENS_CPP_ROOT}" \
-DCMAKE_PREFIX_PATH="${PYTHON3_ROOT};${LIBXML2_ROOT};${LIBUUID_ROOT};${SCITOKENS_CPP_ROOT}"
-DCMAKE_PREFIX_PATH="${ZLIB_ROOT};${PYTHON3_ROOT};${LIBXML2_ROOT};${LIBUUID_ROOT};${SCITOKENS_CPP_ROOT}"

make %makeprocesses VERBOSE=1

Expand Down

0 comments on commit 78065a4

Please sign in to comment.