Accepting request 1243432 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1243432 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=42
This commit is contained in:
commit
fadfa430b8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 12:27:13 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Mark assembler output as noexecstack
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 07:24:23 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
3
dtc.spec
3
dtc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dtc
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -72,6 +72,7 @@ rm -f %{buildroot}/%{_libdir}/*.a
|
||||
|
||||
%check
|
||||
export EXTRA_CFLAGS="%{optflags}"
|
||||
export CC="gcc -Wa,--noexecstack"
|
||||
%make_build check
|
||||
|
||||
%files
|
||||
|
Loading…
x
Reference in New Issue
Block a user