mpg123: build with -fPIC to support libretro-uae4arm build

This commit is contained in:
Rudi Heitbaum 2023-04-30 13:10:08 +00:00
parent c9f57513a2
commit 4049b2aa91

View File

@ -9,7 +9,7 @@ PKG_SITE="https://www.mpg123.org/"
PKG_URL="https://downloads.sourceforge.net/sourceforge/mpg123/mpg123-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain alsa-lib"
PKG_LONGDESC="A console based real time MPEG Audio Player for Layer 1, 2 and 3."
PKG_BUILD_FLAGS="-sysroot"
PKG_BUILD_FLAGS="-sysroot +pic"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static"