grass: fix mysql_config query
This commit is contained in:
parent
fc8596b203
commit
154f6f1e43
@ -24,6 +24,11 @@ stdenv.mkDerivation rec {
|
|||||||
# directory
|
# directory
|
||||||
patches = [ ./no_symbolic_links.patch ];
|
patches = [ ./no_symbolic_links.patch ];
|
||||||
|
|
||||||
|
# Correct mysql_config query
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace configure --replace "--libmysqld-libs" "--libs"
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-proj-share=${proj}/share/proj"
|
"--with-proj-share=${proj}/share/proj"
|
||||||
"--with-proj-includes=${proj.dev}/include"
|
"--with-proj-includes=${proj.dev}/include"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user