Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
dc4797f7af | ||
ad0f0e7ab2 |
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 30 13:02:16 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- fix build for loongarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 23 11:47:05 UTC 2024 - pgajdos@suse.com
|
Fri Feb 23 11:47:05 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
5
m4.spec
5
m4.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package m4
|
# spec file for package m4
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -38,6 +38,9 @@ GNU m4 is an implementation of the traditional Unix macro processor.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
%ifarch loongarch64
|
||||||
|
cp -a /usr/lib/rpm/config.{sub,guess} build-aux/
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user