commit 75ddfe542d2a46509445fa1592d6b7045f767f5e
Author: Elan Ruusamäe <[email protected]>
Date:   Thu Dec 15 00:40:52 2016 +0200

    use /var/tmp for tmpdir
    
    /tmp is not designed for big files

 mysql.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/mysql.spec b/mysql.spec
index c95dac2..7aa60f8 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -529,7 +529,8 @@ CPPFLAGS="%{rpmcppflags}" \
        -DWITH_UNIT_TESTS=%{?with_tests:ON}%{!?with_tests:OFF} \
        %{!?with_system_boost:-DWITH_BOOST="$(pwd)/$(ls -1d ../boost_*)"} \
        -DWITH_ZLIB=system \
-       -DWITH_READLINE=system
+       -DWITH_READLINE=system \
+       -DTMPDIR=/var/tmp
 
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/75ddfe542d2a46509445fa1592d6b7045f767f5e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to