mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libsass, disable static library (#8168)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user