diff options
| author | Ryan Steinmetz <zi@FreeBSD.org> | 2022-07-09 21:16:08 +0000 |
|---|---|---|
| committer | Ryan Steinmetz <zi@FreeBSD.org> | 2022-07-09 21:17:30 +0000 |
| commit | badc57307ba6d8968cb8eb857624a70d95266c25 (patch) | |
| tree | ce936715db3375febbcd8f2225fa90e3d93361bd | |
| parent | 7311acbb84bca3fd812ed7bc800b6f8e0fcde889 (diff) | |
| download | ports-badc57307ba6d8968cb8eb857624a70d95266c25.tar.gz ports-badc57307ba6d8968cb8eb857624a70d95266c25.zip | |
dns/c-ares: Remove MAKE_JOBS_UNSAFE and SSP_UNSAFE
- Bump PORTREVISION
PR: 265120
Reported by: Evgeniy Khramtsov <evgeniy@khramtsov.org>
| -rw-r--r-- | dns/c-ares/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index 71b3fc445885..9830944252f4 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -2,6 +2,7 @@ PORTNAME= c-ares PORTVERSION= 1.18.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://c-ares.org/download/ \ https://c-ares.haxx.se/download/ \ @@ -16,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror INSTALL_TARGET= install-strip -SSP_UNSAFE= Refuses -l in LDFLAGS USES= libtool pathfix compiler:c++11-lang gmake USE_LDCONFIG= yes @@ -31,8 +31,6 @@ OPTIMIZED_CFLAGS_DESC= Build with compiler optimizations CONFLICTS= py*-ripe.atlas.tools -MAKE_JOBS_UNSAFE= yes - CONFIG_INFO_EXTRA_PATCHES= ${FILESDIR}/ares-config-info.patch DEBUG_CONFIGURE_ENABLE= debug HIDE_SYMBOLS_CONFIGURE_ENABLE= symbol-hiding |
