From f72ce87db9f7af220337544575c79ec5f4887f82 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 11 Feb 2023 10:27:14 +0100 Subject: [PATCH] neon, disable static library (#7838) --- net-libs/neon/neon-0.31.2.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/neon/neon-0.31.2.recipe b/net-libs/neon/neon-0.31.2.recipe index f74b1cf32..a7625c71e 100644 --- a/net-libs/neon/neon-0.31.2.recipe +++ b/net-libs/neon/neon-0.31.2.recipe @@ -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 }