pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ccid security/ccid: include pthread related f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c79629fb951
branches: trunk
changeset: 362890:9c79629fb951
user: rumko <rumko%pkgsrc.org@localhost>
date: Sun May 28 14:32:49 2017 +0000
description:
security/ccid: include pthread related flags in CFLAGS & co.
At least on fbsd, it won't compile due to not linking to the
pthread libraries.
Bump PKGREVISION just in case.
Ok@ gdt
diffstat:
security/ccid/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 40f1688aa2cf -r 9c79629fb951 security/ccid/Makefile
--- a/security/ccid/Makefile Sun May 28 13:25:53 2017 +0000
+++ b/security/ccid/Makefile Sun May 28 14:32:49 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2017/02/16 14:30:50 gdt Exp $
+# $NetBSD: Makefile,v 1.24 2017/05/28 14:32:49 rumko Exp $
#
DISTNAME= ccid-1.4.26
+PKGREVISION= 1
CATEGORIES= security
# Note that the MASTER_SITES URL is not stable with version changes,
# and one can end up with an old version if DISTNAME is changed but
@@ -25,6 +26,7 @@
USE_TOOLS+= autoconf automake aclocal autoheader
USE_TOOLS+= flex perl
USE_LANGUAGES= c c++
+PTHREAD_AUTO_VARS= yes
CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
Home |
Main Index |
Thread Index |
Old Index