]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - beecrypt/beecrypt.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[ipfire-3.x.git] / beecrypt / beecrypt.nm
index 8cfe957f8ce830d3dcfc9f4995b14c155c8f8535..8f3aa15625f602e760e766024c63f39a70e0fc8c 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = beecrypt
 version    = 4.2.1
-release    = 1
+release    = 2
 
 groups     = System/Libraries
 url        = http://beecrypt.sourceforge.net/
@@ -27,8 +27,6 @@ build
                automake
                gcc-c++
                libtool
-
-               perl-Carp
        end
 
        prepare_cmds
@@ -36,11 +34,17 @@ build
                autoreconf
        end
 
+       # Getting weird linking errors without --disable-threads.
        configure_options += \
+               --disable-expert-mode \
+               --disable-threads \
+               --enable-openmp \
                --with-cplusplus=no \
                --with-java=no \
                --with-python=no
 
+       make_build_targets += OPENMP_LIBS="-lgomp"
+
        test
                make check
        end