Skip to content

Commit 77376ca

Browse files
author
adam
committed
Fix building on Darwin
1 parent b895f6a commit 77376ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

security/gnupg21/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.31 2017/05/16 12:08:01 wiz Exp $
1+
# $NetBSD: Makefile,v 1.32 2017/07/07 12:33:29 adam Exp $
22

33
DISTNAME= gnupg-2.1.21
44
PKGNAME= ${DISTNAME:S/gnupg-/gnupg21-/}
@@ -30,7 +30,7 @@ TEST_TARGET= check
3030
# SunOS does have getaddrinfo() and the code knows how to use it
3131
CONFIGURE_ARGS.SunOS+= ac_cv_func_getaddrinfo=yes
3232

33-
LDFLAGS.Darwin+= -lresolv
33+
LDFLAGS.Darwin+= -lintl -lresolv
3434
LDFLAGS.SunOS+= -lintl -lsocket
3535

3636
.include "options.mk"

0 commit comments

Comments
 (0)