0a714acf56
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
370 B
Makefile
13 lines
370 B
Makefile
#############################################################
|
|
#
|
|
# liburc: userspace RCU (read-copy-update) library
|
|
#
|
|
#############################################################
|
|
LIBURCU_VERSION = 0.7.6
|
|
LIBURCU_SITE = http://lttng.org/files/urcu/
|
|
LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
|
|
|
|
LIBURCU_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|