diff options
author | gdt <gdt@pkgsrc.org> | 2017-05-29 12:26:40 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2017-05-29 12:26:40 +0000 |
commit | d7f093b61b3aeebaccc40cd58d793535c33d2633 (patch) | |
tree | c3063c4fe31044544f8d3e96d5d36bbe847d7517 /security/ccid | |
parent | 48a9094aa712d7c6ca5bb349fdc5f6a82f55aac8 (diff) | |
download | pkgsrc-d7f093b61b3aeebaccc40cd58d793535c33d2633.tar.gz |
Explain use of PTHREAD_AUTO_VARS
Upstream's makefile is missing PTHREAD vars in the rules for parse.
Diffstat (limited to 'security/ccid')
-rw-r--r-- | security/ccid/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile index 2f016eb7766..87239a94714 100644 --- a/security/ccid/Makefile +++ b/security/ccid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/05/28 14:32:49 rumko Exp $ +# $NetBSD: Makefile,v 1.25 2017/05/29 12:26:40 gdt Exp $ # DISTNAME= ccid-1.4.26 @@ -26,6 +26,9 @@ USE_TOOLS+= pkg-config USE_TOOLS+= autoconf automake aclocal autoheader USE_TOOLS+= flex perl USE_LANGUAGES= c c++ + +# Work around a bug where the rules for parse do not include the +# PTHREAD vars. Not yet reported upstream. PTHREAD_AUTO_VARS= yes CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q} |