Compare commits

1 Commits
main ... 1.1

2 changed files with 4 additions and 9 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Thu Feb 22 12:49:12 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 23 10:22:28 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> Thu Mar 23 10:22:28 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -68,10 +68,10 @@ This package provides headers and libraries for building key utilities.
%prep %prep
%setup -q %setup -q
%patch -P 1 %patch1
%patch -P 2 -p1 %patch2 -p1
%patch -P 3 -p1 %patch3 -p1
%patch -P 4 -p1 %patch4 -p1
%build %build
%make_build NO_ARLIB=1 CFLAGS="%{optflags}" CC="gcc" %make_build NO_ARLIB=1 CFLAGS="%{optflags}" CC="gcc"