wok-current diff jsoncpp/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | 09b238284d9e |
children | 4ad5543dda89 |
line diff
1.1 --- a/jsoncpp/receipt Tue Jun 23 17:09:47 2015 +0200 1.2 +++ b/jsoncpp/receipt Mon Oct 05 01:10:26 2015 +0300 1.3 @@ -16,7 +16,7 @@ 1.4 compile_rules() 1.5 { 1.6 mkdir build && cd build 1.7 - cmake -DCMAKE_INSTALL_PREFIX=/usr .. 1.8 + cmake -DCMAKE_CXX_FLAGS="-ffloat-store" -DCMAKE_INSTALL_PREFIX=/usr .. 1.9 make 1.10 make DESTDIR=$DESTDIR install 1.11 }