Rev 603: useful configure script for rpm builds in http://samba.org/~tridge/3_0-ctdb

tridge at samba.org tridge at samba.org
Sun Jul 22 23:45:20 GMT 2007


------------------------------------------------------------
revno: 603
revision-id: tridge at samba.org-20070722234516-f4sfxcuqh6ngou8i
parent: tridge at samba.org-20070618233003-z1g7kv5uce3qr0p2
committer: Andrew Tridgell <tridge at samba.org>
branch nick: s3-ctdb-tridge
timestamp: Mon 2007-07-23 09:45:16 +1000
message:
  useful configure script for rpm builds
added:
  source/configure.rpm           configure.sofs-20070722234028-3etypcbeh8mlkvfn-1
=== added file 'source/configure.rpm'
--- a/source/configure.rpm	1970-01-01 00:00:00 +0000
+++ b/source/configure.rpm	2007-07-22 23:45:16 +0000
@@ -0,0 +1,32 @@
+
+CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
+	--prefix=/usr \
+	--localstatedir=/var \
+        --with-configdir=/etc/samba \
+        --with-libdir=/var/lib/samba \
+        --with-lockdir=/var/lib/samba \
+        --with-logfilebase=/var/log/samba \
+        --with-mandir=/usr/man \
+        --with-piddir=/var/run \
+	--with-privatedir=/etc/samba \
+        --with-sambabook=/usr/share/swat/using_samba \
+        --with-swatdir=/usr/share/swat \
+	--enable-cups \
+        --with-acl-support \
+	--with-ads \
+        --with-automount \
+        --with-fhs \
+	--with-pam_smbpass \
+	--with-libsmbclient \
+	--with-libsmbsharemodes \
+        --without-smbwrapper \
+	--with-pam \
+	--with-quotas \
+	--with-shared-modules=idmap_rid,idmap_ad \
+	--with-smbmount \
+	--with-syslog \
+	--with-utmp \
+	--with-cluster-support \
+	--with-ctdb=/usr/include \
+	--without-ldb \
+	--with-dnsupdate $*



More information about the samba-cvs mailing list