From: Arkadiusz Miśkiewicz Date: Sun, 25 Jan 2004 23:28:08 +0000 (+0000) Subject: - zsh.static is now really static; rel 7 X-Git-Tag: auto/ac/zsh-4_1_1-7 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fzsh.git;a=commitdiff_plain;h=424f1ac6d3a6d69ad33caf25e7e125a033779735 - zsh.static is now really static; rel 7 Changed files: zsh.spec -> 1.91 --- diff --git a/zsh.spec b/zsh.spec index d013194..b4f15f2 100644 --- 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