Mercurial > hgrepos > FreeBSD > ports > net > turnserver
diff Makefile @ 34:691d748c5811
More comments on PROMETHEUS in the Makefile
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 17 Mar 2025 12:24:40 +0100 |
| parents | ede848cde37b |
| children | 1fd6802e0f54 |
line wrap: on
line diff
--- a/Makefile Mon Mar 17 11:17:31 2025 +0100 +++ b/Makefile Mon Mar 17 12:24:40 2025 +0100 @@ -95,8 +95,9 @@ SQLITE_CONFIGURE_ENV_OFF= TURN_NO_SQLITE=1 PROMETHEUS_DESC= Prometheus monitoring and alerting support -# We need a Prometheus C client +# We need a Prometheus C client to be linked with (-lprom) # e.g https://github.com/digitalocean/prometheus-client-c +# If enabled it will be automatically disabled again at configure time. PROMETHEUS_CONFIGURE_ENV_OFF= TURN_NO_PROMETHEUS=1 do-install:
