From 834b730ea534c6bf144349572be97185db71d3d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 26 Oct 2009 09:18:05 +0000 Subject: [PATCH] - rel 2; link with libgomp properly Changed files: beecrypt.spec -> 1.73 --- beecrypt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/beecrypt.spec b/beecrypt.spec index 00e3040..d26efb4 100644 --- a/beecrypt.spec +++ b/beecrypt.spec @@ -11,7 +11,7 @@ Summary: The BeeCrypt Cryptography Library Summary(pl.UTF-8): Biblioteka kryptograficzna BeeCrypt Name: beecrypt Version: 4.2.1 -Release: 1 +Release: 2 Epoch: 2 License: LGPL v2.1+ Group: Libraries @@ -39,6 +39,7 @@ BuildRequires: python-devel BuildRequires: python-modules BuildRequires: rpm-pythonprov %endif +BuildRequires: libgomp-devel BuildRequires: rpmbuild(macros) >= 1.213 Obsoletes: beecrypt-doc BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -154,13 +155,15 @@ bibliotekę BeeCrytp. %{__autoheader} %{__automake} %configure \ + --enable-openmp \ %{?with_javac:ac_cv_have_gcj=no} \ %{!?with_static_libs:--disable-static} \ --without-cplusplus \ --with%{!?with_java:out}-java \ %{!?with_python:--without-python} -%{__make} +%{__make} \ + OPENMP_LIBS="-lgomp" %install rm -rf $RPM_BUILD_ROOT -- 2.43.0