]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- added -fomit-frame-pointer to %optflags
authorTomasz Pala <gotar@pld-linux.org>
Mon, 21 Apr 2003 18:35:39 +0000 (18:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh.spec -> 1.63

zsh.spec

index 23a4a0c04aa3a3bed8091fccff5b62b1cfe376c3..c3c4ab8a330c1888528d18645aebd35eca647cbe 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -1,4 +1,4 @@
-# $Revision: 1.62 $ $Date: 2003-04-21 15:52:51 $
+# $Revision: 1.63 $ $Date: 2003-04-21 18:35:39 $
 #
 # Conditional build:
 # _without_static      - without static version
@@ -143,6 +143,9 @@ install %{SOURCE2} .
 %build
 %{__autoconf}
 
+newoptflags="%{optflags} -fomit-frame-pointer"
+%define optflags $newoptflags
+
 %if %{!?_without_static:1}%{?_without_static:0}
 LDFLAGS="%{rpmldflags} -static"
 %configure
This page took 0.162992 seconds and 4 git commands to generate.