Accepting request 935016 from home:dirkmueller:Factory

- disable static trampolines (bsc#1193272)

OBS-URL: https://build.opensuse.org/request/show/935016
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libffi?expand=0&rev=22
This commit is contained in:
2021-12-02 08:20:43 +00:00
committed by Git OBS Bridge
parent bd630d9f13
commit c59f6e6e4d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 1 15:44:46 UTC 2021 - Dirk Müller <dmueller@suse.com>
- disable static trampolines (bsc#1193272)
-------------------------------------------------------------------
Fri Nov 26 21:41:22 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -67,7 +67,8 @@ time.
%setup -q
%build
%configure
# https://github.com/libffi/libffi/pull/647
%configure --disable-exec-static-tramp
%make_build
%check