diff options
| author | Romain Naour <romain.naour@openwide.fr> | 2015-07-20 19:47:50 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-20 22:49:51 +0200 |
| commit | 06ba02a936459cb023a3be893d5ae2cb2914ae66 (patch) | |
| tree | 7a8e7f6f32a93ae03825a1cd637447269ecc27c6 /package/stress | |
| parent | 65be5bc30d91f3418b7a1b66ba304be762f24574 (diff) | |
| download | buildroot-06ba02a936459cb023a3be893d5ae2cb2914ae66.tar.gz buildroot-06ba02a936459cb023a3be893d5ae2cb2914ae66.zip | |
package/stress: remove autoreconf
autoreconf is not needed anymore since non-lfs enabler patch
has been removed.
commit: 415765b5a8861f3b7e86e9786bf903a5a4d09e73
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/stress')
| -rw-r--r-- | package/stress/stress.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/stress/stress.mk b/package/stress/stress.mk index 4bb801e874..1b5ba06a07 100644 --- a/package/stress/stress.mk +++ b/package/stress/stress.mk @@ -8,7 +8,6 @@ STRESS_VERSION = 1.0.4 STRESS_SITE = http://people.seas.harvard.edu/~apw/stress STRESS_LICENSE = GPLv2+ STRESS_LICENSE_FILES = COPYING -STRESS_AUTORECONF = YES # Stress is linked statically if the --enable-static is specified. # However, this option is always specified in the global |

