From 91c34146aa26a5982d1d55130d3e7b11e459bb65 Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 14 Sep 1999 16:34:44 +0000 Subject: [PATCH] - unset CPPFLAGS on (ultra)sparc to avoid large file system support (seems that patch can't corectly handle large file in current version). Changed files: patch.spec -> 1.20 --- patch.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patch.spec b/patch.spec index 0415470..d5d29ff 100644 --- a/patch.spec +++ b/patch.spec @@ -29,6 +29,14 @@ plik %build chmod +w configure autoconf + +# XXX unset CPPFLAGS on (ultra)sparc to avoid large file system support +%ifarch sparc sparc64 +CPPFLAGS="" +export CPPFLAGS +%endif + +LDFLAGS="-s"; export LDFLAGS %configure make -- 2.44.0