From e76071d120e7f0efbbd048846f7ac291eeb2224e Mon Sep 17 00:00:00 2001 From: Vikrant Varma Date: Sun, 19 Apr 2015 20:45:10 +0530 Subject: ncdd: use :shallow => false on HEAD ncdc depends on `git describe` to set its version. This breaks[0] on a shallow clone, so use :shallow => false. [0] http://dev.yorhel.nl/ncdc/bug/76 Closes #38826. Signed-off-by: Xu Cheng --- Library/Formula/ncdc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/ncdc.rb b/Library/Formula/ncdc.rb index 66cdd12cd..f792bcce7 100644 --- a/Library/Formula/ncdc.rb +++ b/Library/Formula/ncdc.rb @@ -15,7 +15,7 @@ class Ncdc < Formula depends_on 'geoip' => :optional head do - url "git://g.blicky.net/ncdc.git" + url "git://g.blicky.net/ncdc.git", :shallow => false depends_on "autoconf" => :build depends_on "automake" => :build -- cgit v1.2.3