c43b09a99f
This reverts commit 71d9b0c1f0
.
Now that -mauto-litpools is in TARGET_ABI when building for xtensa, -O0
builds succeed, so this workaround is no longer needed.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
574 B
Makefile
18 lines
574 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
|
|
JASPER_DEPENDENCIES = jpeg
|
|
JASPER_LICENSE = MIT
|
|
JASPER_LICENSE_FILES = LICENSE
|
|
# needed to fix rpath issue (http://autobuild.buildroot.net/results/307/307cac65287420252a5bb64715d9a1edd90e72fa/)
|
|
JASPER_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|