diff options
| author | Martin Kepplinger <martin.kepplinger@ginzinger.com> | 2017-04-27 11:15:13 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-04-27 11:30:21 +0200 |
| commit | 4d9774812997dd51f39fc23855c8bc270bd254be (patch) | |
| tree | 8a116aa2ac874db2914514421d035168527c79e2 | |
| parent | 3046f64c6a341165a3108900fc978579af6959f3 (diff) | |
| download | buildroot-4d9774812997dd51f39fc23855c8bc270bd254be.tar.gz buildroot-4d9774812997dd51f39fc23855c8bc270bd254be.zip | |
tslib: speed up the build by skipping autoreconf
We are not carrying any patches modifying auto* files, so autoreconf isn't
needed.
[Peter: extend commit message]
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/tslib/tslib.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk index e0f307ab0b..27d960dd24 100644 --- a/package/tslib/tslib.mk +++ b/package/tslib/tslib.mk @@ -10,7 +10,6 @@ TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz TSLIB_LICENSE = GPL, LGPL TSLIB_LICENSE_FILES = COPYING -TSLIB_AUTORECONF = YES TSLIB_INSTALL_STAGING = YES TSLIB_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install |

