From b4a3e93fbcacc79bfdbed42067638b189a552a38 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 29 Dec 2012 08:35:29 +0100 Subject: [PATCH] xbps-git: use new configure options to enable stuff. --- srcpkgs/xbps-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xbps-git/template b/srcpkgs/xbps-git/template index b6d7bf2cf3b..a87b3953fd6 100644 --- a/srcpkgs/xbps-git/template +++ b/srcpkgs/xbps-git/template @@ -6,7 +6,7 @@ nofetch=yes noextract=yes build_style=configure configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin - --with-static --with-tests" + --enable-static --enable-tests --enable-debug" depends="xbps-triggers libxbps>=${version}" makedepends="git which pkg-config proplib-devel openssl-devel libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16"