forked from pool/motif
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
ec648af208 | |||
7a62db96ac |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 06:20:02 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
- fix build with gcc15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 13:47:29 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package motif
|
||||
#
|
||||
# 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
|
||||
@@ -121,7 +121,7 @@ sed -i 's|{libdir}/X11|{datadir}/X11|' configure.ac
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
export CFLAGS="%{optflags} -fno-strict-aliasing -std=gnu11"
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-demos \
|
||||
|
Reference in New Issue
Block a user