forked from pool/ax25-tools
Accepting request 812420 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/812420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ax25-tools?expand=0&rev=3
This commit is contained in:
commit
5365a2ff16
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 7 20:31:42 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Set CFLAGS+=-fcommon
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 17 14:02:39 UTC 2019 - Richard Brown <rbrown@suse.com>
|
Thu Oct 17 14:02:39 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ax25-tools
|
# spec file for package ax25-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -21,7 +21,7 @@ Version: 0.0.10rc4_87
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: AX.25 tools
|
Summary: AX.25 tools
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Url: http://www.linux-ax25.org
|
URL: http://www.linux-ax25.org
|
||||||
Source: ax25-tools-%{version}.tar.xz
|
Source: ax25-tools-%{version}.tar.xz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -40,6 +40,7 @@ package ax25apps.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="%optflags -fcommon"
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--localstatedir=%{_localstatedir}/lib
|
--localstatedir=%{_localstatedir}/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user