1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

ftp/curl: Add LIBUV_IMPLIES=DEBUG

Upstream mentioned that using libuv without debug support enabled is useless.
Therefore, LIBUV option will also enable DEBUG option.

Reported by:	adamw
This commit is contained in:
Po-Chuan Hsieh 2024-09-30 20:20:05 +08:00
parent 7ee64fc860
commit 8e83a22df5
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -65,6 +65,7 @@ LIBSSH_IMPLIES= OPENSSL
LIBSSH2_DESC= SCP/SFTP support via libssh2 (requires OPENSSL)
LIBSSH2_IMPLIES=OPENSSL
LIBUV_DESC= Event-based tests
LIBUV_IMPLIES= DEBUG
MQTT_DESC= MQTT support
POP3_DESC= POP3/POP3S support
PROXY_IMPLIES= HTTP