Skip to content

Commit

Permalink
security/uacme: Fix use system libev
Browse files Browse the repository at this point in the history
Vendored libev was in use because configure didn't found system libev
added in 7ddc39e
  • Loading branch information
nunotexbsd committed Sep 18, 2023
1 parent 146048d commit 1e3cc69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions security/uacme/Makefile
@@ -1,6 +1,7 @@
PORTNAME= uacme
DISTVERSIONPREFIX= upstream/
DISTVERSION= 1.7.4
PORTREVISION= 1
CATEGORIES= security www

MAINTAINER= eduardo@FreeBSD.org
Expand Down Expand Up @@ -43,6 +44,8 @@ OPENSSL_USES= ssl
OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE}
UALPN_LIB_DEPENDS= libev.so:devel/libev
UALPN_CONFIGURE_WITH= ualpn
UALPN_CONFIGURE_ENV= CFLAGS="`pkgconf --cflags libev`" \
LDFLAGS="`pkgconf --libs libev`"

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down

0 comments on commit 1e3cc69

Please sign in to comment.