summaryrefslogtreecommitdiff
path: root/ctdb/configure.rpm
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-01-29 11:46:32 +1100
committerAndrew Tridgell <tridge@samba.org>2008-01-29 11:46:32 +1100
commit9c9cf30a87d8fdf2b41a928747db1dcdca8e322d (patch)
treec093394c95693ad3682d56d2d565d1357c19f50a /ctdb/configure.rpm
parent8d7c9ee47b726f19bb5e18831ab760d0dfae6ea8 (diff)
downloadsamba-9c9cf30a87d8fdf2b41a928747db1dcdca8e322d.tar.gz
useful for building with equivalent options to the spec file
(This used to be ctdb commit e4a817f750f8e8833f624059dd57a7febaae55ff)
Diffstat (limited to 'ctdb/configure.rpm')
-rw-r--r--ctdb/configure.rpm7
1 files changed, 7 insertions, 0 deletions
diff --git a/ctdb/configure.rpm b/ctdb/configure.rpm
new file mode 100644
index 00000000000..4c82ecfc8a2
--- /dev/null
+++ b/ctdb/configure.rpm
@@ -0,0 +1,7 @@
+
+CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/man \
+ --localstatedir=/var \
+ $*