mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 04:26:19 +00:00
dfbf643cd4
Also build with fPIC so libbluray can link it Signed-off-by: Matthias Reichl <hias@horus.com>
16 lines
587 B
Makefile
16 lines
587 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libudfread"
|
|
PKG_VERSION="1.1.2"
|
|
PKG_SHA256="2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5"
|
|
PKG_LICENSE="LGPLv2.1"
|
|
PKG_SITE="https://code.videolan.org/videolan/libudfread"
|
|
PKG_URL="https://code.videolan.org/videolan/${PKG_NAME}/-/archive/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="UDF reader"
|
|
PKG_TOOLCHAIN="autotools"
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|