mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
dns/dnscrypt-wrapper: enable xchacha20 detection
Detect and enable xchacha20 via autoconf. PR: 249506 Submitted by: Felix Hanley <felix@userspace.com.au> Approved by: Will <freebsd@toyingwithfate.com> (maintainer)
This commit is contained in:
parent
a98326bf91
commit
04acdd7f40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563492
@ -3,7 +3,7 @@
|
||||
PORTNAME= dnscrypt-wrapper
|
||||
PORTVERSION= 0.4.2
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns
|
||||
|
||||
MAINTAINER= freebsd@toyingwithfate.com
|
||||
@ -23,7 +23,8 @@ ETCDNSCRYPTWRAPPER= ${PREFIX}/etc/${PORTNAME}
|
||||
SUB_LIST+= ETCDNSCRYPTWRAPPER="${ETCDNSCRYPTWRAPPER}" USERS="${USERS}"
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
USES= gmake localbase:ldflags
|
||||
USES= gmake localbase:ldflags autoreconf
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/*
|
||||
|
Loading…
Reference in New Issue
Block a user