forked from pool/diffutils
Accepting request 128156 from home:a_jaeger:FactoryFix
Fix build with missing gets declaration (glibc 2.16) OBS-URL: https://build.opensuse.org/request/show/128156 OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=19
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: diffutils
|
||||
Url: http://www.gnu.org/software/diffutils/
|
||||
Provides: diff
|
||||
@@ -26,6 +27,7 @@ Summary: GNU diff Utilities
|
||||
License: GFDL-1.2 ; GPL-3.0+
|
||||
Group: Productivity/Text/Utilities
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Patch1: diffutils-stdio.in.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: xz
|
||||
|
||||
@@ -35,6 +37,7 @@ make source code patches, for instance.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
Reference in New Issue
Block a user