diff options
| author | Adam Vandenberg | 2012-03-11 15:04:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-11 15:04:50 -0700 |
| commit | 9397fce136bf5c4059dc121dfe6a5c86804e051d (patch) | |
| tree | c2e5d16f6e699ad07476333901ebb4710ad5e1c1 /Library | |
| parent | a800e3020d7788527a49c6e27fd829ec9bbc96ff (diff) | |
| download | homebrew-9397fce136bf5c4059dc121dfe6a5c86804e051d.tar.bz2 | |
spatialite-tools: add full link to gh issue
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/spatialite-tools.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/spatialite-tools.rb b/Library/Formula/spatialite-tools.rb index d899fc159..f17b5273d 100644 --- a/Library/Formula/spatialite-tools.rb +++ b/Library/Formula/spatialite-tools.rb @@ -9,7 +9,8 @@ class SpatialiteTools < Formula depends_on 'libspatialite' def install - ENV.append 'LDFLAGS', '-liconv' # Fixes 3328. Can be removed in some future release. + # See: https://github.com/mxcl/homebrew/issues/3328 + ENV.append 'LDFLAGS', '-liconv' system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--target=macosx" |
