]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- zsh.static is now really static; rel 7 auto/ac/zsh-4_1_1-7
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 25 Jan 2004 23:28:08 +0000 (23:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh.spec -> 1.91

zsh.spec

index d01319478dbe97340083f9ccf9aca729e7176d56..b4f15f2e8fad61cf42054f730532208489696957 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -13,7 +13,7 @@ Summary(tr):  Geli
 Summary(uk):   ëÏÍÁÎÄÎÉÊ ÐÒÏÃÅÓÏÒ (shell) ÓÈÏÖÉÊ ÎÁ ksh, ÁÌÅ Ú ÐÏËÒÁÝÅÎÎÑÍÉ
 Name:          zsh
 Version:       4.1.1
-Release:       6
+Release:       7
 License:       BSD-like
 Group:         Applications/Shells
 URL:           http://www.zsh.org/
@@ -149,9 +149,12 @@ install %{SOURCE2} .
 
 %if %{!?_without_static:1}%{?_without_static:0}
 LDFLAGS="%{rpmldflags} -static"
-%configure
-%{__make}
+%configure \
+       --disable-dynamic
+%{__make} \
+       DLLDFLAGS=""
 mv -f Src/zsh Src/zsh.static
+%{__make} clean || :
 LDFLAGS="%{rpmldflags}"
 %endif
 
This page took 0.233653 seconds and 4 git commands to generate.