[packages/mysql] use /var/tmp for tmpdir
glen
glen at pld-linux.org
Wed Dec 14 23:47:33 CET 2016
commit 75ddfe542d2a46509445fa1592d6b7045f767f5e
Author: Elan Ruusamäe <glen at delfi.ee>
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
More information about the pld-cvs-commit
mailing list