Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadar Levison <ladar@lavabit.com>2019-01-24 13:34:46 +0300
committerLadar Levison <ladar@lavabit.com>2019-01-24 13:34:46 +0300
commit2329ba2a43796fc15858699fa8b1960671d12e8b (patch)
treef87a019e516298043ae2c5b27a163e271216aeb9
parent94e8e72cefd1a422a227b92ee45ba912cf36f59d (diff)
Updated perl command for MySQL checks.
-rw-r--r--lib/patches/mysql/5.1.73_perl_inc_path.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/patches/mysql/5.1.73_perl_inc_path.patch b/lib/patches/mysql/5.1.73_perl_inc_path.patch
index c2169c30..4cdf1f80 100644
--- a/lib/patches/mysql/5.1.73_perl_inc_path.patch
+++ b/lib/patches/mysql/5.1.73_perl_inc_path.patch
@@ -1,3 +1,18 @@
+diff --git a/Makefile.in b/Makefile.in
+index 31c8fd8..1a8e61d 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -234,8 +234,8 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
+ PATH_SEPARATOR = @PATH_SEPARATOR@
+ PDFLATEX = @PDFLATEX@
+ PDFMANUAL = @PDFMANUAL@
+-PERL = @PERL@
+-PERL5 = @PERL5@
++PERL = @PERL@ -I.
++PERL5 = @PERL5@ -I.
+ PROTOCOL_VERSION = @PROTOCOL_VERSION@
+ PS = @PS@
+ RANLIB = @RANLIB@
diff --git a/mysql-test/Makefile.in b/mysql-test/Makefile.in
index 42cb381..797f59b 100644
--- a/mysql-test/Makefile.in