SHA256
1
0
forked from pool/numactl

Accepting request 287374 from home:elvigia:branches:Base:System

- package fails to build with PIE globally enabled, due to 
  error: inconsistent operand constraints in an 'asm'.
  Turns out there is a GCC builtin for doing the operation 
  cleanly. (numactl-clearcache-pie.patch)

OBS-URL: https://build.opensuse.org/request/show/287374
OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=58
This commit is contained in:
2015-02-24 06:44:19 +00:00
committed by Git OBS Bridge
parent b7c0ffeef5
commit bc75c7eb79
3 changed files with 39 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 23 16:28:34 UTC 2015 - crrodriguez@opensuse.org
- package fails to build with PIE globally enabled, due to
error: inconsistent operand constraints in an 'asm'.
Turns out there is a GCC builtin for doing the operation
cleanly. (numactl-clearcache-pie.patch)
-------------------------------------------------------------------
Tue Jan 27 11:07:47 UTC 2015 - trenn@suse.de