diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-13 15:12:41 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-13 15:12:55 +0100 |
| commit | 7d6567635185b785cd4e0c2763d4707402e3beb5 (patch) | |
| tree | d7d55181f2547181169bd1f42854031424a612f8 /dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild | |
| parent | eb9d69048fec2bcfb5cc475b354cf6061a876e94 (diff) | |
| download | gentoo-7d6567635185b785cd4e0c2763d4707402e3beb5.tar.gz gentoo-7d6567635185b785cd4e0c2763d4707402e3beb5.tar.bz2 gentoo-7d6567635185b785cd4e0c2763d4707402e3beb5.zip | |
dev-haskell/cryptonite: pass -msse2 for blake2, bug #696220
Fixed two problems here:
- blake2 code assumes SSE2, not just SSE
- x86 needs -msse2 to be passed explicitly (as opposed to amd64)
Otherwise compiler does not attempt to emit sse2 primitives
and build fails as:
```
cbits/blake2/sse/blake2-config.h:68:2: error:
error: #error "This code requires at least SSE2."
#error "This code requires at least SSE2."
^~~~~
```
Reported-by: Thomas Kahle
Closes: https://bugs.gentoo.org/696220
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild')
0 files changed, 0 insertions, 0 deletions
