
* Add FNAL Spack team to maintainers * New variants and configuration improvements * Version dependent "no-systemd" patches. * New variants `client_only`, and `davix` * Better handling of `cxxstd` for different versions, including improved patching and CMake options. * Version-specific CMake requirements. * Better version-specific handling of `openssl` dependency. * `py-setuptools` required for `+python` build. * Specific enable/disable of CMake options and use of `-DFORCE_ENABLED=TRUE` to prevent unwanted/non-portable activation of features. * Better handling of `+python` configuration. * New version 5.5.5
18 lines
417 B
Diff
18 lines
417 B
Diff
--- a/cmake/XRootDFindLibs.cmake 2021-07-29 12:22:48.000000000 +0000
|
|
+++ b/cmake/XRootDFindLibs.cmake 2021-10-25 18:26:07.308918231 +0000
|
|
@@ -30,10 +30,10 @@
|
|
add_definitions( -DHAVE_XML2 )
|
|
endif()
|
|
|
|
-find_package( systemd )
|
|
-if( SYSTEMD_FOUND )
|
|
- add_definitions( -DHAVE_SYSTEMD )
|
|
-endif()
|
|
+#find_package( systemd )
|
|
+#if( SYSTEMD_FOUND )
|
|
+# add_definitions( -DHAVE_SYSTEMD )
|
|
+#endif()
|
|
|
|
find_package( CURL )
|
|
|