mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Thomas Petazzoni
parent
8b691cec63
commit
88f4a56080
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user