SPECS: sendmail.spec - builds on sparc

tommat tommat at pld-linux.org
Tue Aug 21 14:31:44 CEST 2007


Author: tommat                       Date: Tue Aug 21 12:31:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- builds on sparc

---- Files affected:
SPECS:
   sendmail.spec (1.204 -> 1.205) 

---- Diffs:

================================================================
Index: SPECS/sendmail.spec
diff -u SPECS/sendmail.spec:1.204 SPECS/sendmail.spec:1.205
--- SPECS/sendmail.spec:1.204	Tue Aug 21 10:12:09 2007
+++ SPECS/sendmail.spec	Tue Aug 21 14:31:39 2007
@@ -201,7 +201,7 @@
 
 %build
 echo "define(\`confCC', \`%{__cc}')" >> config.m4
-%ifarch sparc64
+%ifarch sparc sparc64
 echo "define(\`confOPTIMIZE', \`%{rpmcflags} -DUSE_VENDOR_CF_PATH=1 -DSM_CONF_SEM=0 -DNETINET6')" >> config.m4
 %else
 echo "define(\`confOPTIMIZE', \`%{rpmcflags} -DUSE_VENDOR_CF_PATH=1 -DNETINET6')" >> config.m4
@@ -256,7 +256,11 @@
 	$RPM_BUILD_ROOT/var/{log,spool/mqueue} \
 	$RPM_BUILD_ROOT{%{_sysconfdir},%{_includedir}}
 
-OBJDIR=obj.$(uname -s).$(uname -r).$(uname -m)
+OBJDIR=obj.$(uname -s).$(uname -r).$(\
+%ifarch sparc
+sparc32 \
+%endif
+uname -m)
 
 IDNU=`id -nu`
 IDNG=`id -ng`
@@ -495,6 +499,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.205  2007/08/21 12:31:39  tommat
+- builds on sparc
+
 Revision 1.204  2007/08/21 08:12:09  tommat
 - make it build on sparc64
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sendmail.spec?r1=1.204&r2=1.205&f=u



More information about the pld-cvs-commit mailing list