diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-09 06:01:09 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-09 06:01:09 +0000 |
commit | 3b16d111648f0370f194ec31fbfc27f281fb6b5a (patch) | |
tree | 32de6152c3b039170e37cb0b572062e2dad59f6b /security/heimdal | |
parent | c3ef1339b479e02e2332cdbbb7d170739dd29848 (diff) | |
download | pkgsrc-3b16d111648f0370f194ec31fbfc27f281fb6b5a.tar.gz |
fix build on Linux
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index ba940400234..f200cc35373 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2016/03/05 11:27:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.119 2016/03/09 06:01:09 tnn Exp $ DISTNAME= heimdal-1.5.3 PKGREVISION= 11 @@ -73,6 +73,8 @@ PLIST.glob= yes .if ${OPSYS} == "Linux" PLIST.vis= yes PLIST.glob= yes +# Without this I get undefined references to pthread_getspecific +PTHREAD_AUTO_VARS= yes .endif PLIST_VARS+= afskauth hcrypto |