forked from pool/haproxy
Accepting request 1105108 from server:http
- Build error on ppc64le: include/import/xxhash.h:4148:9: error: invalid parameter combination for AltiVec intrinsic __builtin_vec_ld Add patch: fix-invalid-parameter-combination-for-AltiVec-intrinsic-__builtin_vec_ld.patch OBS-URL: https://build.opensuse.org/request/show/1105108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=135
This commit is contained in:
commit
5d8f2d7a1c
@ -0,0 +1,12 @@
|
||||
--- haproxy-2.8.2+git0.61a0f576a/include/import/xxhash.h.orig 2023-08-18 07:12:28.464256077 +0200
|
||||
+++ haproxy-2.8.2+git0.61a0f576a/include/import/xxhash.h 2023-08-18 07:18:38.142879532 +0200
|
||||
@@ -4129,7 +4129,8 @@
|
||||
const void* XXH_RESTRICT secret)
|
||||
{
|
||||
/* presumed aligned */
|
||||
- unsigned long long* const xacc = (unsigned long long*) acc;
|
||||
+ /* unsigned long long* const xacc = (unsigned long long*) acc; */
|
||||
+ xxh_u64x2 const* const xacc = (xxh_u64x2 *) acc;
|
||||
xxh_u64x2 const* const xinput = (xxh_u64x2 const*) input; /* no alignment restriction */
|
||||
xxh_u64x2 const* const xsecret = (xxh_u64x2 const*) secret; /* no alignment restriction */
|
||||
xxh_u64x2 const v32 = { 32, 32 };
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 14:38:51 UTC 2023 - Peter Varkoly <varkoly@suse.com>
|
||||
|
||||
- Build error on ppc64le: include/import/xxhash.h:4148:9: error: invalid parameter combination for AltiVec intrinsic __builtin_vec_ld
|
||||
Add patch:
|
||||
fix-invalid-parameter-combination-for-AltiVec-intrinsic-__builtin_vec_ld.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 09 12:31:26 UTC 2023 - mrueckert@suse.de
|
||||
|
||||
|
@ -99,6 +99,7 @@ Source5: haproxy-user.conf
|
||||
Patch1: haproxy-1.6.0_config_haproxy_user.patch
|
||||
Patch2: haproxy-1.6.0-makefile_lib.patch
|
||||
Patch3: haproxy-1.6.0-sec-options.patch
|
||||
Patch4: fix-invalid-parameter-combination-for-AltiVec-intrinsic-__builtin_vec_ld.patch
|
||||
#
|
||||
Source98: series
|
||||
Source99: haproxy-rpmlintrc
|
||||
|
Loading…
Reference in New Issue
Block a user