mysql80: Fix additional libtool reference in 8.0.22
This commit is contained in:
parent
1dc5b4612f
commit
0f387ba184
@ -19,8 +19,10 @@ self = stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ bison cmake pkgconfig rpcsvc-proto ];
|
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 = ''
|
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 = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user