pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/redis needs to link with pthreads



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02199977d51a
branches:  trunk
changeset: 648144:02199977d51a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Mar 12 14:10:28 2015 +0000

description:
needs to link with pthreads

diffstat:

 databases/redis/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 133f0e01b912 -r 02199977d51a databases/redis/Makefile
--- a/databases/redis/Makefile  Thu Mar 12 14:07:11 2015 +0000
+++ b/databases/redis/Makefile  Thu Mar 12 14:10:28 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/12/10 13:36:54 fhajny Exp $
+# $NetBSD: Makefile,v 1.12 2015/03/12 14:10:28 tnn Exp $
 
 DISTNAME=      redis-2.8.18
 CATEGORIES=    databases
@@ -67,4 +67,5 @@
 do-test:
        cd ${WRKSRC} && ${SH} runtest
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index