dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit ca8e253fb3c94ddb242e280266d13a0d7fd79e76
parent 0b8ebd8c3ba33a27f9d04d031eeedf979c4a83bb
Author: sin <sin@2f30.org>
Date:   Wed, 17 Apr 2019 15:18:47 +0100

Prefer libgomp over libomp

Seems to work on more systems.

Diffstat:
MREADME | 2+-
Mconfig.mk | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -42,7 +42,7 @@ Dependencies - liblz4 - snappy - - libomp (optional, see config.mk) + - libgomp (optional, see config.mk) Contact ======= diff --git a/config.mk b/config.mk @@ -1,2 +1,2 @@ #OPENMPCFLAGS = -fopenmp -#OPENMPLDLIBS = -lomp +#OPENMPLDLIBS = -lgomp