2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-05-04 13:32:56 +02:00
|
|
|
#
|
2013-06-06 01:53:29 +02:00
|
|
|
# stress
|
2012-05-04 13:32:56 +02:00
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-05-04 13:32:56 +02:00
|
|
|
|
|
|
|
STRESS_VERSION = 1.0.4
|
2013-10-08 04:43:49 +02:00
|
|
|
STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
|
2013-10-08 09:59:29 +02:00
|
|
|
STRESS_LICENSE = GPLv2+
|
|
|
|
STRESS_LICENSE_FILES = COPYING
|
2012-05-04 13:32:56 +02:00
|
|
|
STRESS_AUTORECONF = YES
|
|
|
|
|
2013-03-04 08:47:20 +01:00
|
|
|
# Stress is linked statically if the --enable-static is specified.
|
|
|
|
# However, this option is always specified in the global
|
|
|
|
# SHARED_STATIC_LIBS_OPTS to tell packages to build static libraries,
|
|
|
|
# if supported.
|
|
|
|
#
|
|
|
|
# If the BR2_PREFER_STATIC_LIB is not defined, we have to specify
|
|
|
|
# --disable-static explicitly to get stress linked dynamically.
|
|
|
|
STRESS_CONF_OPT = \
|
|
|
|
$(if $(BR2_PREFER_STATIC_LIB),,--disable-static)
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|