diff options
Diffstat (limited to 'testing/julia/0008-ldconfig-compat.patch')
-rw-r--r-- | testing/julia/0008-ldconfig-compat.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/julia/0008-ldconfig-compat.patch b/testing/julia/0008-ldconfig-compat.patch index b8a4efaab3..1d5fcd988b 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__) |