------------------------------------------------------------
revno: 604
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
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 \
+       $*

Reply via email to