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 }