2fe64e00f1
* Fix: deadlock when thread join is issued in read-side C.S. * Fix: rename RCU_DEBUG to DEBUG_RCU in urcu-qsbr.h * Mark braced-groups within expressions with __extension__ * Fix: compat_futex_noasync race condition * Fix: documentation: urcu-pointer.h: s/rcu_dereference_pointer/rcu_dereference/ * Fix: call rcu should call internal RCU API
29 lines
765 B
Makefile
29 lines
765 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/05/26 14:32:57 pettai Exp $
|
|
#
|
|
|
|
DISTNAME= userspace-rcu-0.8.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://lttng.org/files/urcu/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://lttng.org/urcu
|
|
COMMENT= Userspace RCU (Read Copy Update)
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
# liburcu requires thread local storage support; thus,
|
|
# only NetBSD-6 or later is supported.
|
|
NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
|
|
|
|
PKGCONFIG_OVERRIDE+= liburcu-bp.pc.in
|
|
PKGCONFIG_OVERRIDE+= liburcu-cds.pc.in
|
|
PKGCONFIG_OVERRIDE+= liburcu-mb.pc.in
|
|
PKGCONFIG_OVERRIDE+= liburcu-qsbr.pc.in
|
|
PKGCONFIG_OVERRIDE+= liburcu-signal.pc.in
|
|
PKGCONFIG_OVERRIDE+= liburcu.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|