88f4a56080
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>
15 lines
466 B
Makefile
15 lines
466 B
Makefile
################################################################################
|
|
#
|
|
# libmhash
|
|
#
|
|
################################################################################
|
|
|
|
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
|
|
LIBMHASH_LICENSE = LGPLv2
|
|
LIBMHASH_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|