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