SHA256
1
0
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:
2012-07-17 19:21:13 +00:00
committed by Git OBS Bridge
parent 48eee2684b
commit bc07ded8fc
3 changed files with 27 additions and 0 deletions

View File

@@ -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