projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
758494a
)
packaging: pass '--enable-portable-binary' to configure
54/274754/2
sandbox/dkson95/tizen_base_3.4.2
author
Dongkyun Son
<dongkyun.s@samsung.com>
Mon, 9 May 2022 03:51:43 +0000
(12:51 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Mon, 9 May 2022 04:38:08 +0000
(13:38 +0900)
To fix SIGILL(crashing on vmovd) with AVX inst. enabled
Change-Id: Ie641f748d690adb1be170f4fbe2438f053cd557e
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/libffi.spec
patch
|
blob
|
history
diff --git
a/packaging/libffi.spec
b/packaging/libffi.spec
index b93d09c4f02516f964b6d7ceb141e662d9faca6f..5e085d0d02283268bc9305748f1e332e0899b7b5 100755
(executable)
--- a/
packaging/libffi.spec
+++ b/
packaging/libffi.spec
@@
-61,7
+61,7
@@
developing applications that use %{name}.
%build
export LDFLAGS+="-Wl,-z,noexecstack"
-%reconfigure
+%reconfigure
"--enable-portable-binary"
%{__make} %{?_smp_mflags}
%install