aboutsummaryrefslogtreecommitdiffstats
path: root/testing/julia/0008-ldconfig-compat.patch
diff options
context:
space:
mode:
authorShiz <hi@shiz.me>2017-05-20 17:18:54 +0000
committerShiz <hi@shiz.me>2017-05-20 19:27:05 +0200
commitfc5f8b6c3d4eda7c6435946f5e157c55dd35181e (patch)
tree97a4a3ca04aa8808e8014d038d32965639d9f0d7 /testing/julia/0008-ldconfig-compat.patch
parentdb712a5617d89d935c9d4a10ef62e2b211cb0735 (diff)
testing/julia: upgrade to 0.5.2, add tests
Diffstat (limited to 'testing/julia/0008-ldconfig-compat.patch')
-rw-r--r--testing/julia/0008-ldconfig-compat.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/julia/0008-ldconfig-compat.patch b/testing/julia/0008-ldconfig-compat.patch
index b8a4efaab36..1d5fcd988b6 100644
--- a/testing/julia/0008-ldconfig-compat.patch
+++ b/testing/julia/0008-ldconfig-compat.patch
@@ -11,9 +11,9 @@ the format produced by "ldconfig -p".
See https://github.com/JuliaLang/julia/issues/6742.
---- a/src/ccall.cpp
-+++ b/src/ccall.cpp
-@@ -14,7 +14,7 @@
+--- a/src/runtime_ccall.cpp
++++ b/src/runtime_ccall.cpp
+@@ -30,7 +30,7 @@
char *line=NULL;
size_t sz=0;
#if defined(__linux__)