libsass, disable static library (#8168)

This commit is contained in:
Schrijvers Luc
2023-03-29 16:49:45 +02:00
committed by GitHub
parent 19fd4142df
commit 33726d99f8

View File

@@ -6,7 +6,7 @@ the original Ruby Sass CSS compiler with a C API."
HOMEPAGE="https://sass-lang.com/libsass"
COPYRIGHT="2012-2018 the Sass Open Source Foundation"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/sass/libsass/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="5f61cbcddaf8e6ef7a725fcfa5d05297becd7843960f245197ebb655ff868770"
SOURCE_FILENAME="libsass-$portVersion.tar.gz"
@@ -52,7 +52,7 @@ defineDebugInfoPackage libsass$secondaryArchSuffix \
BUILD()
{
autoreconf -vfi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}