################################################################################
################################################################################
STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
STRESS_LICENSE_FILES = COPYING
# 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 the BR2_PREFER_STATIC_LIB is not defined, we have to specify
# --disable-static explicitly to get stress linked dynamically.
# Also, disable documentation by undefining makeinfo
$(if $(BR2_PREFER_STATIC_LIB),,--disable-static) \
$(eval $(autotools-package))