Commit graph

9 commits

Author SHA1 Message Date
Cole Helbling 0d5da6a3ad civetweb: enable IPv6
It's disabled by default...

This is necessary for prometheus-cpp to use IPv6 addresses (e.g.
`[::]:9999`).
2022-04-07 11:18:54 -07:00
Cole Helbling af7cb945a6 civetweb: use cmake
prometheus-cpp 1.0.0 depends on civetweb's cmake files being available:
    CMake Error at pull/CMakeLists.txt:11 (find_package):
      Could not find a package configuration file provided by "civetweb" with any
      of the following names:

        civetwebConfig.cmake
        civetweb-config.cmake

      Add the installation prefix of "civetweb" to CMAKE_PREFIX_PATH or set
      "civetweb_DIR" to a directory containing one of the above files.  If
      "civetweb" provides a separate development package or SDK, be sure it has
      been installed.

Cmake also properly handles setting the prefix, libdir, and includedir
paths, so that patch was dropped.
2022-03-14 12:17:26 -07:00
R. RyanTM d1e83ab10a civetweb: 1.14 -> 1.15 2021-09-06 02:59:12 +00:00
R. RyanTM 950b6c7868 civetweb: 1.13 -> 1.14 2021-04-10 06:47:54 +00:00
freezeboy 20b816cf4f civetweb: 1.11 -> 1.13 2021-02-25 05:47:45 -05:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 15e8eebb6d civetweb: init at 1.11 2019-03-07 09:53:36 +01:00