Prefer libgomp over libomp - dedup - deduplicating backup program
 (HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ca8e253fb3c94ddb242e280266d13a0d7fd79e76
 (DIR) parent 0b8ebd8c3ba33a27f9d04d031eeedf979c4a83bb
 (HTM) 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:
         M README                              |       2 +-
         M config.mk                           |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -42,7 +42,7 @@ Dependencies
        
          - liblz4
          - snappy
       -  - libomp (optional, see config.mk)
       +  - libgomp (optional, see config.mk)
        
        Contact
        =======
 (DIR) diff --git a/config.mk b/config.mk
       @@ -1,2 +1,2 @@
        #OPENMPCFLAGS = -fopenmp
       -#OPENMPLDLIBS = -lomp
       +#OPENMPLDLIBS = -lgomp