From: Gunnar Beutner Date: Thu, 20 Sep 2012 09:10:11 +0000 (+0200) Subject: Updated git-buildpackage options to not run ./configure twice. X-Git-Tag: v0.0.1~80^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a15e69e88027e591ad287aa0848748f34d9e7a9;p=icinga2 Updated git-buildpackage options to not run ./configure twice. --- diff --git a/debian/gbp.conf b/debian/gbp.conf index af6f0fd44..a2c0dbe5c 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,2 @@ [git-buildpackage] -prebuild = ./autogen.sh +prebuild = NOCONFIGURE=1 ./autogen.sh