diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-03 23:14:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-03 23:14:02 +0000 |
commit | 4f5b436ca4a88be78b7b155b5a143220cc069a0e (patch) | |
tree | 79b9ba564e50dceddbfe32caa0c9f159e549afdb /net/openvpn-current | |
parent | be2366d098e3340a477c88305cefbfbc1a67749a (diff) | |
download | pkgsrc-4f5b436ca4a88be78b7b155b5a143220cc069a0e.tar.gz |
Make this link with ${PTHREAD_LDFLAGS} as well.
Diffstat (limited to 'net/openvpn-current')
-rw-r--r-- | net/openvpn-current/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/openvpn-current/Makefile b/net/openvpn-current/Makefile index 27c3147b956..e49410e113c 100644 --- a/net/openvpn-current/Makefile +++ b/net/openvpn-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/12/03 23:13:10 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/03 23:14:02 jlam Exp $ # DISTNAME= openvpn-2.0_beta15 @@ -29,6 +29,11 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} .include "../../security/openssl/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" +# The configure script assumes that PTHREAD_LIBS also contains any LDFLAGS +# needed to link with -lpthread. +# +PTHREAD_LIBS+= ${PTHREAD_LDFLAGS} + post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA_DIR} ${EGDIR/config |