Merge pull request #4999 from CvH/10.0/build_fixes

build fixes occurring due #4906
This commit is contained in:
Jernej Škrabec 2021-01-19 18:39:46 +01:00 committed by GitHub
commit ef67deaa61

View File

@ -12,5 +12,4 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Libogg contains necessary functionality to create, decode, and work with Ogg bitstreams." PKG_LONGDESC="Libogg contains necessary functionality to create, decode, and work with Ogg bitstreams."
PKG_BUILD_FLAGS="+pic" PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \ PKG_CMAKE_OPTS_TARGET="--DINSTALL_DOCS=OFF"
--disable-shared"