minidlna: use cfg-libs option and use --disable-static to build a shared binary executable

This commit is contained in:
Rudi Heitbaum 2024-09-17 08:53:42 +00:00
parent 78efec4842
commit 23e0ea6fc0

View File

@ -14,6 +14,7 @@ PKG_SECTION="service"
PKG_SHORTDESC="MiniDLNA (ReadyMedia): a fully compliant DLNA/UPnP-AV server"
PKG_LONGDESC="MiniDLNA (${PKG_VERSION_DATE}) (ReadyMedia) is a media server, with the aim of being fully compliant with DLNA/UPnP-AV clients."
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="-sysroot -cfg-libs"
PKG_IS_ADDON="yes"
PKG_ADDON_NAME="MiniDLNA (ReadyMedia)"