slackbuilds_ponce/libraries/libeatmydata
B. Watson 248957e813
libraries/libeatmydata: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-16 08:19:20 +07:00
..
libeatmydata.info
libeatmydata.SlackBuild
README
slack-desc

libeatmydata is a small LD_PRELOAD library designed to (transparently) disable
fsync (and friends, like open(O_SYNC)). This has two side-effects: making
software that writes data safely to disk a lot quicker and making this
software no longer crash safe.

DO NOT use libeatmydata on software where you care about what it stores.
It's called libEAT-MY-DATA for a reason.