forked from pool/schily
Add -std=gnu17 to compilation flags to build with GCC 15. [boo#1241945] #1
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 21:35:22 UTC 2025 - Martin Jambor <mjambor@suse.com>
|
||||
|
||||
- Add -std=gnu17 to compilation flags in order to allow building with
|
||||
GCC 15. [boo#1241945]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 19:13:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -480,7 +480,7 @@ rm -fv libsiconv/shlsiconv.mk
|
||||
# - To enable verbosity, use with CC=cc LDCC=cc DYNLD=cc.
|
||||
# - Not fully parallel safe, so stick to default.
|
||||
#
|
||||
mycf="%optflags -fno-strict-aliasing -fno-omit-frame-pointer -fPIC -finput-charset=ISO-8859-1 -fcommon"
|
||||
mycf="%optflags -fno-strict-aliasing -fno-omit-frame-pointer -fPIC -finput-charset=ISO-8859-1 -fcommon -std=gnu17"
|
||||
gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" SCCS_BIN_PRE="" SCCS_HELP_PRE="" config
|
||||
gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" SCCS_BIN_PRE="" SCCS_HELP_PRE="" all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user