]> git.pld-linux.org Git - packages/patch.git/commitdiff
- unset CPPFLAGS on (ultra)sparc to avoid large file system support (seems
authorkloczek <kloczek@pld-linux.org>
Tue, 14 Sep 1999 16:34:44 +0000 (16:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  that patch can't corectly handle large file in current version).

Changed files:
    patch.spec -> 1.20

patch.spec

index 0415470e9768033e72c952bc612cf25c8e20f0d9..d5d29ff4d8803381449e8dc47c6c7c3e87106590 100644 (file)
@@ -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
This page took 0.124539 seconds and 4 git commands to generate.