From: kloczek Date: Tue, 14 Sep 1999 16:34:44 +0000 (+0000) Subject: - unset CPPFLAGS on (ultra)sparc to avoid large file system support (seems X-Git-Tag: patch-2_5_3-7~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpatch.git;a=commitdiff_plain;h=91c34146aa26a5982d1d55130d3e7b11e459bb65 - 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 --- 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