Fixes Homebrew/homebrew#3328
This commit is contained in:
parent
8220546e81
commit
45b42f5e66
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ class SpatialiteTools <Formula
|
|||
depends_on 'libspatialite'
|
||||
|
||||
def install
|
||||
ENV.append 'LDFLAGS', '-liconv' # Fixes 3328 should be removed with next version
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--target=macosx"
|
||||
|
|
Loading…
Reference in a new issue