mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
subversion, disable static libraries (#8527)
This commit is contained in:
@@ -7,7 +7,7 @@ and projects, from individuals to large-scale enterprise operations."
|
||||
HOMEPAGE="https://subversion.apache.org/"
|
||||
COPYRIGHT="2010-2020 The Apache Software Foundation"
|
||||
LICENSE="Apache-Subversion"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://archive.apache.org/dist/subversion/subversion-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="2c5da93c255d2e5569fa91d92457fdb65396b0666fad4fd59b22e154d986e1a9"
|
||||
PATCHES="subversion-$portVersion.patchset"
|
||||
@@ -121,7 +121,8 @@ BUILD()
|
||||
--with-zlib \
|
||||
--with-editor=nano \
|
||||
--with-utf8proc=internal \
|
||||
--disable-nls
|
||||
--disable-nls \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user