summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'm4.spec')
-rw-r--r--m4.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/m4.spec b/m4.spec
index dda5627..d8355d5 100644
--- a/m4.spec
+++ b/m4.spec
@@ -10,6 +10,9 @@ URL: http://www.gnu.org/software/m4/
# Patch0: Temporary fix to avoid fails, already fixed in gnulib, this patch
# should be removed after updating m4 to newer gnulib
Patch0: m4-1.4.16-readlink-einval.patch
+# Patch1: Temporary fix to avoid build fails, this patch
+# should be removed after updateing m4 to newer gnulib
+Patch1: m4-1.4.16-gnulib-gets.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
@@ -30,6 +33,7 @@ Install m4 if you need a macro processor.
%prep
%setup -q
%patch0 -p1 -b .readlink-einval
+%patch1 -p1 -b .gnulib-gets
chmod 644 COPYING
%build