libxdg_basedir, disable static library (#8177)

This commit is contained in:
Schrijvers Luc
2023-03-30 08:29:27 +02:00
committed by GitHub
parent b7144e859e
commit 56c66f98ce

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Small library to access XDG Base Directories Specification paths"
HOMEPAGE="https://github.com/devnev/libxdg-basedir"
COPYRIGHT="2012 Mark Nevill"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/devnev/libxdg-basedir/archive/libxdg-basedir-$portVersion.tar.gz"
CHECKSUM_SHA256="1c2b0032a539033313b5be2e48ddd0ae94c84faf21d93956d53562eef4614868"
SOURCE_DIR="libxdg-basedir-libxdg-basedir-$portVersion"
@@ -43,7 +43,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -vfi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}