SDL2: enable fpic

This commit is contained in:
CvH 2018-10-27 19:19:56 +02:00
parent 74b0c68e9f
commit d5e7911510

View File

@ -9,6 +9,7 @@ PKG_SITE="https://www.libsdl.org/"
PKG_URL="https://www.libsdl.org/release/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="https://www.libsdl.org/release/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain yasm:host alsa-lib systemd dbus" PKG_DEPENDS_TARGET="toolchain yasm:host alsa-lib systemd dbus"
PKG_LONGDESC="A cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. " PKG_LONGDESC="A cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. "
PKG_BUILD_FLAGS="+pic"
PKG_CMAKE_OPTS_TARGET="-DSDL_STATIC=ON \ PKG_CMAKE_OPTS_TARGET="-DSDL_STATIC=ON \
-DSDL_SHARED=OFF \ -DSDL_SHARED=OFF \