1 ################################################################################
5 ################################################################################
8 STRESS_SITE
= http
://people.seas.harvard.edu
/~apw
/stress
9 STRESS_LICENSE
= GPLv2
+
10 STRESS_LICENSE_FILES
= COPYING
11 STRESS_AUTORECONF
= YES
13 # Stress is linked statically if the --enable-static is specified.
14 # However, this option is always specified in the global
15 # SHARED_STATIC_LIBS_OPTS to tell packages to build static libraries,
18 # If the BR2_PREFER_STATIC_LIB is not defined, we have to specify
19 # --disable-static explicitly to get stress linked dynamically.
21 # Also, disable documentation by undefining makeinfo
23 $(if
$(BR2_PREFER_STATIC_LIB
),,--disable-static
) \
26 $(eval
$(autotools-package
))