SHA256
1
0
forked from pool/ftp

2 Commits

2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 8 08:19:41 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
- add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to
still allow build on Leap 15.6
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 26 08:51:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> Mon Feb 26 08:51:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -44,7 +44,7 @@ for transferring files.
%patch -P 2 %patch -P 2
%build %build
CFLAGS=$RPM_OPT_FLAGS CC="%__cc" ./configure --without-readline CFLAGS="$RPM_OPT_FLAGS -std=gnu11" CC="%__cc" ./configure --without-readline
make make
%install %install