Rev 604: fixed configure.rpm, and add aio to rpm build in http://samba.org/~tridge/3_0-ctdb

tridge at samba.org tridge at samba.org
Tue Jul 24 00:38:19 GMT 2007


------------------------------------------------------------
revno: 604
revision-id: tridge at samba.org-20070724003817-a5rk198ez114h52e
parent: tridge at samba.org-20070722234516-f4sfxcuqh6ngou8i
committer: Andrew Tridgell <tridge at samba.org>
branch nick: s3-ctdb-tridge
timestamp: Tue 2007-07-24 10:38:17 +1000
message:
  fixed configure.rpm, and add aio to rpm build
modified:
  packaging/RHEL4-CTDB/samba.spec samba.spec-20070530192107-og9sp62ho5xuaaer-4
  source/configure.rpm           configure.sofs-20070722234028-3etypcbeh8mlkvfn-1
=== modified file 'packaging/RHEL4-CTDB/samba.spec'
--- a/packaging/RHEL4-CTDB/samba.spec	2007-06-16 18:06:34 +0000
+++ b/packaging/RHEL4-CTDB/samba.spec	2007-07-24 00:38:17 +0000
@@ -153,7 +153,8 @@
 	--with-cluster-support \
 	--with-ctdb=/usr/include \
 	--without-ldb \
-	--with-dnsupdate
+	--with-dnsupdate \
+	--with-aio-support
 
 make showlayout
 

=== modified file 'source/configure.rpm'
--- a/source/configure.rpm	2007-07-22 23:45:16 +0000
+++ b/source/configure.rpm	2007-07-24 00:38:17 +0000
@@ -3,7 +3,7 @@
 	--prefix=/usr \
 	--localstatedir=/var \
         --with-configdir=/etc/samba \
-        --with-libdir=/var/lib/samba \
+        --with-libdir=/usr/lib/samba \
         --with-lockdir=/var/lib/samba \
         --with-logfilebase=/var/log/samba \
         --with-mandir=/usr/man \
@@ -29,4 +29,6 @@
 	--with-cluster-support \
 	--with-ctdb=/usr/include \
 	--without-ldb \
-	--with-dnsupdate $*
+	--with-dnsupdate \
+	--with-aio-support \
+	$*



More information about the samba-cvs mailing list