[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Aug 30 08:40:55 MDT 2010


The branch, master has been updated
       via  5f419ea packaging: Build with -O3
       via  ebf05a1 packaging: Attempt to fix the RPM build
      from  85b8d7c s3-kerberos: try to fix the build w/o kerberos support.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5f419eaa3289903a44c34fa1280e51bc197c65f3
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Aug 30 09:27:24 2010 -0600

    packaging: Build with -O3

commit ebf05a1db3aa9310884d523083bf2026df837691
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Aug 30 09:26:49 2010 -0600

    packaging: Attempt to fix the RPM build

-----------------------------------------------------------------------

Summary of changes:
 packaging/RHEL-CTDB/configure.rpm   |    2 +-
 packaging/RHEL-CTDB/samba.spec.tmpl |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm
index 61276f8..527b14f 100755
--- a/packaging/RHEL-CTDB/configure.rpm
+++ b/packaging/RHEL-CTDB/configure.rpm
@@ -26,7 +26,7 @@ fi
 
 ./autogen.sh
 
-CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure -C \
+CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE -O3" ./configure -C \
 	--prefix=${_prefix} \
 	--localstatedir=/var \
 	--with-configdir=${_sysconfdir}/samba \
diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl
index 4978cfa..fd5380f 100644
--- a/packaging/RHEL-CTDB/samba.spec.tmpl
+++ b/packaging/RHEL-CTDB/samba.spec.tmpl
@@ -157,7 +157,7 @@ export CC
 CC_SAVE="$CC"
 CC="$CC -m32"
 
-CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -m32" ./configure \
+CFLAGS="$RPM_OPT_FLAGS -O3 -D_GNU_SOURCE -m32" ./configure \
 	--prefix=%{_prefix} \
 	--localstatedir=/var \
         --with-configdir=%{_sysconfdir}/samba \
@@ -190,6 +190,8 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -m32" ./configure \
 
 make showlayout
 
+make samba3-idl
+
 ## check for gcc 3.4 or later
 CC_VERSION=`${CC} --version | head -1 | awk '{print $3}'`
 CC_MAJOR=`echo ${CC_VERSION} | cut -d. -f 1`


-- 
Samba Shared Repository


More information about the samba-cvs mailing list