SHA256
1
0
forked from pool/hare

Accepting request 1194397 from devel:tools:compiler

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1194397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hare?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2024-08-17 10:44:18 +00:00 committed by Git OBS Bridge
commit 3e126ac931
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Aug 10 01:04:06 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- Improve build logic.
* fixes version string output
* no need to run `./scripts/version`
* set our own cflags and ldflags
-------------------------------------------------------------------
Tue Jul 16 15:31:19 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>

View File

@ -106,6 +106,8 @@ X86_64_CC=cc
X86_64_LD=ld
SH
cp config.mk configs/linux.mk
%build
export CFLAGS="%optflags -fPIE -Wl,-z,noexecstack"
export PLATFORM="linux"