spack/var/spack/repos/builtin/packages/xrootd/no-systemd-5.5.2.patch
Chris Green 776ab13276
[xrootd] New variants, new version, improve build config (#37682)
* 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
2023-05-18 10:49:18 -05:00

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 )