e573f5d326
Some packages no longer apply the libtool patch since commit
97703978ac
because they use a non-vanilla
version of libtool 1.5.x
Fixes many failures like:
http://autobuild.buildroot.net/results/34e/34e4898e2bdc08e5d34e16e556384b3086b76467/
http://autobuild.buildroot.net/results/ecf/ecf4e7d6812f972d05c95203fb665235856c0817/
http://autobuild.buildroot.net/results/5d9/5d9a05fb70e8a65f2399c4f38375aeafb9686ea4/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
487 B
Makefile
18 lines
487 B
Makefile
################################################################################
|
|
#
|
|
# jasper
|
|
#
|
|
################################################################################
|
|
|
|
JASPER_VERSION = 1.900.1
|
|
JASPER_SITE = http://sources.openelec.tv/devel
|
|
JASPER_SOURCE = jasper-$(JASPER_VERSION).tar.bz2
|
|
JASPER_INSTALL_STAGING = YES
|
|
# libtool 1.5 patch failure
|
|
JASPER_AUTORECONF = YES
|
|
JASPER_DEPENDENCIES = jpeg
|
|
JASPER_LICENSE = MIT
|
|
JASPER_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(autotools-package))
|