xbps-git: enable --with-static.

This commit is contained in:
Juan RP 2012-07-19 16:02:37 +02:00
parent 333f730220
commit 48aa978f59

View file

@ -5,7 +5,8 @@ revision=1
nofetch=yes
noextract=yes
build_style=configure
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin --with-pie --with-tests"
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin
--with-static --with-pie --with-tests"
depends="xbps-triggers libxbps-git>=$version"
makedepends="git which pkg-config zlib-devel proplib-devel openssl-devel
libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16"