SPECS (DEVEL): zsh.spec - explictly set some configure options

arekm arekm at pld-linux.org
Fri Dec 16 09:47:17 CET 2005


Author: arekm                        Date: Fri Dec 16 08:47:17 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- explictly set some configure options

---- Files affected:
SPECS:
   zsh.spec (1.118.2.6 -> 1.118.2.7) 

---- Diffs:

================================================================
Index: SPECS/zsh.spec
diff -u SPECS/zsh.spec:1.118.2.6 SPECS/zsh.spec:1.118.2.7
--- SPECS/zsh.spec:1.118.2.6	Fri Dec 16 09:14:23 2005
+++ SPECS/zsh.spec	Fri Dec 16 09:47:11 2005
@@ -33,6 +33,7 @@
 Patch4:		%{name}-nolibs.patch
 Patch5:		%{name}-broken_configure.patch
 Patch6:		%{name}-svn.patch
+Patch7:		%{name}-restore-histfile.patch
 BuildRequires:	autoconf
 %{?with_static:BuildRequires:	glibc-static}
 BuildRequires:	libcap-devel
@@ -148,6 +149,7 @@
 %patch4 -p1
 #%patch5 -p1
 #%patch6 -p0
+%patch7 -p1
 
 install %{SOURCE2} .
 
@@ -161,6 +163,11 @@
 %if %{with static}
 LDFLAGS="%{rpmldflags} -static"
 %configure \
+	--enable-maildir-support \
+	--enable-cap \
+	--enable-multibyte \
+	--with-curses-terminfo \
+	--with-tcsetpgrp \
 	--disable-dynamic
 %{__make} \
 	DLLDFLAGS=""
@@ -286,6 +293,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.118.2.7  2005/12/16 08:47:11  arekm
+- explictly set some configure options
+
 Revision 1.118.2.6  2005/12/16 08:14:23  arekm
 - up to snap 20051216.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/zsh.spec?r1=1.118.2.6&r2=1.118.2.7&f=u




More information about the pld-cvs-commit mailing list