neon, disable static library (#7838)

This commit is contained in:
Schrijvers Luc
2023-02-11 10:27:14 +01:00
committed by GitHub
parent b7eb74880c
commit f72ce87db9

View File

@@ -20,7 +20,7 @@ HOMEPAGE="https://notroj.github.io/neon/
https://github.com/notroj/neon"
COPYRIGHT="1999-2021 Joe Orton and others"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://notroj.github.io/neon/neon-$portVersion.tar.gz"
CHECKSUM_SHA256="cf1ee3ac27a215814a9c80803fcee4f0ede8466ebead40267a9bd115e16a8678"
PATCHES="neon-$portVersion.patch"
@@ -83,6 +83,7 @@ BUILD()
--with-ssl=openssl \
--with-libxml2 \
--enable-shared \
--disable-static \
--disable-nls
make $jobArgs
}