mysql80: Fix additional libtool reference in 8.0.22
This commit is contained in:
parent
1dc5b4612f
commit
0f387ba184
1 changed files with 3 additions and 1 deletions
|
@ -19,8 +19,10 @@ self = stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ bison cmake pkgconfig rpcsvc-proto ];
|
||||
|
||||
## NOTE: MySQL upstream frequently twiddles the invocations of libtool. When updating, you might proactively grep for libtool references.
|
||||
postPatch = ''
|
||||
substituteInPlace cmake/libutils.cmake --replace /usr/bin/ ""
|
||||
substituteInPlace cmake/libutils.cmake --replace /usr/bin/libtool libtool
|
||||
substituteInPlace cmake/os/Darwin.cmake --replace /usr/bin/libtool libtool
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue