From 48aa978f591e59830f5eaac3d4457d763f23e692 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 19 Jul 2012 16:02:37 +0200 Subject: [PATCH] xbps-git: enable --with-static. --- srcpkgs/xbps-git/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xbps-git/template b/srcpkgs/xbps-git/template index 49f53136a9d..faabf9a6a3e 100644 --- a/srcpkgs/xbps-git/template +++ b/srcpkgs/xbps-git/template @@ -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"