]> git.pld-linux.org Git - packages/mysql.git/commitdiff
use /var/tmp for tmpdir
authorElan Ruusamäe <glen@delfi.ee>
Wed, 14 Dec 2016 22:40:52 +0000 (00:40 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 14 Dec 2016 22:42:47 +0000 (00:42 +0200)
/tmp is not designed for big files

mysql.spec

index c95dac2135218d580879af850440bc93dd8652fc..7aa60f8b9fa90730e9e2603b69aec64d5854f5e2 100644 (file)
@@ -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}
 
This page took 0.162695 seconds and 4 git commands to generate.