Revert "packages: autoreconf non-vanilla libtool packages"

Now that we've got a cleaner/fuzzier libtool 1.5 static patch we can
discard the temporary workaround.

This reverts commit e573f5d326.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias
2014-07-31 11:19:46 -03:00
committed by Thomas Petazzoni
parent 8b691cec63
commit 88f4a56080
9 changed files with 0 additions and 25 deletions

View File

@@ -8,15 +8,7 @@ LIBMHASH_VERSION = 0.9.9.9
LIBMHASH_SITE = http://downloads.sourceforge.net/project/mhash/mhash/$(LIBMHASH_VERSION)
LIBMHASH_SOURCE = mhash-$(LIBMHASH_VERSION).tar.bz2
LIBMHASH_INSTALL_STAGING = YES
# libtool 1.5 patch failure
LIBMHASH_AUTORECONF = YES
LIBMHASH_LICENSE = LGPLv2
LIBMHASH_LICENSE_FILES = COPYING
# Two trees in the tarball cause autoreconf problems
define LIBMHASH_REMOVE_DUPLICATE
$(RM) -rf $(@D)/mhash-0.9.9
endef
LIBMHASH_POST_EXTRACT_HOOKS += LIBMHASH_REMOVE_DUPLICATE
$(eval $(autotools-package))