SPECS: rsh.spec - --with-c-compiler=%{__cc} is not enough, rexec w...

sparky sparky at pld-linux.org
Sun Feb 26 17:16:13 CET 2006


Author: sparky                       Date: Sun Feb 26 16:16:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- --with-c-compiler=%{__cc} is not enough, rexec was build using "gcc"

---- Files affected:
SPECS:
   rsh.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/rsh.spec
diff -u SPECS/rsh.spec:1.38 SPECS/rsh.spec:1.39
--- SPECS/rsh.spec:1.38	Tue Dec 13 16:14:18 2005
+++ SPECS/rsh.spec	Sun Feb 26 17:16:07 2006
@@ -137,8 +137,9 @@
 
 %build
 ./configure \
-	--with-c-compiler=%{__cc}
+	--with-c-compiler="%{__cc}"
 %{__make} \
+	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags}"
 
 %install
@@ -251,6 +252,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/02/26 16:16:07  sparky
+- --with-c-compiler=%{__cc} is not enough, rexec was build using "gcc"
+
 Revision 1.38  2005/12/13 15:14:18  glen
 - adapterized (sorted %verify attrs)
 
@@ -297,7 +301,7 @@
   Group field using gettext).
 
 Revision 1.24  2002/01/18 02:14:49  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.23  2001/12/12 16:19:55  qboosh
 - fixed descriptions, added pl ones; release 6
@@ -324,8 +328,7 @@
 - rlogind.init moved to rlogind package
 
 Revision 1.15  2001/01/25 20:03:48  misiek
-
-Massive attack. We use -O0 instead -O flags while debug enabled.
+- Massive attack. We use -O0 instead -O flags while debug enabled.
 
 Revision 1.14  2001/01/23 10:35:29  kloczek
 - added rsh-server to Obsoletes for rlogind and rexecd.
@@ -380,7 +383,7 @@
 - cleanup for PLD (FHS 2.0, macros)
 
 Revision 1.1  1999/08/19 20:07:26  baggins
-almost raw
+- almost raw
 
 * Thu Apr 15 1999 Michael K. Johnson <johnsonm at redhat.com>
 - rlogin pam file was missing comment magic
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rsh.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list