summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Sikora2012-09-10 15:07:22 (GMT)
committerPaweł Sikora2012-09-10 15:07:22 (GMT)
commite602bb4bfe39fa65908d62abdf2e2d1a16ae3c39 (patch)
treecbda8f56dfa147474165f5b780d1f3b001246965
parent6081e9d56915bad97b8f1a53fe8ccac0c5daedaa (diff)
downloadcryptopp-e602bb4bfe39fa65908d62abdf2e2d1a16ae3c39.zip
cryptopp-e602bb4bfe39fa65908d62abdf2e2d1a16ae3c39.tar.gz
enable sse/asm, release 2.auto/th/cryptopp-5.6.1-2
-rw-r--r--cryptopp.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptopp.spec b/cryptopp.spec
index 2493bfe..7fae51f 100644
--- a/cryptopp.spec
+++ b/cryptopp.spec
@@ -3,7 +3,7 @@ Summary: Cryptopp Library - a free C++ class library of cryptographic schemes
Summary(pl.UTF-8): Cryptopp - biblioteka klas C++ dostarczająca narzędzia do kryptografii
Name: cryptopp
Version: 5.6.1
-Release: 1
+Release: 2
License: GPL
Group: Libraries
Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}%{orig_ver}.zip
@@ -62,7 +62,7 @@ Statyczna biblioteka Cryptopp.
%{__automake}
%configure \
- CXXFLAGS="%{rpmcxxflags} -DCRYPTOPP_DISABLE_X86ASM"
+ CXXFLAGS="%{rpmcxxflags}"
%{__make}