We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c730c14 commit 956c942Copy full SHA for 956c942
Formula/u/unixodbc.rb
@@ -29,6 +29,13 @@ class Unixodbc < Formula
29
"include/sqltypes.h", "include/sqlucode.h"
30
link_overwrite "lib/libodbc.a", "lib/libodbc.so"
31
32
+ # Fix segfault where `dst` is passed to `memcpy` instead of `*dst`
33
+ # https://github.com/lurcher/unixODBC/commit/97add92e08ed42102234055d55e098e1c8e5c1c0
34
+ patch do
35
+ url "https://github.com/lurcher/unixODBC/commit/97add92e08ed42102234055d55e098e1c8e5c1c0.patch?full_index=1"
36
+ sha256 "1cc28bbc3fcc4fc170c7b806ca9c1f69c9ecb0c599c7a7a7598da202eaa797e5"
37
+ end
38
+
39
def install
40
system "./configure", "--disable-debug",
41
"--disable-dependency-tracking",
0 commit comments