termcap: don't call autoreconf

This commit is contained in:
Tony Theodore 2015-09-13 15:54:31 +10:00
parent 28c5190c47
commit 96a85a75d4
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi && ./configure $(MXE_CONFIGURE_OPTS)
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' install oldincludedir=
endef