useful for building with equivalent options to the spec file
authorAndrew Tridgell <tridge@samba.org>
Tue, 29 Jan 2008 00:46:32 +0000 (11:46 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 29 Jan 2008 00:46:32 +0000 (11:46 +1100)
configure.rpm [new file with mode: 0644]

diff --git a/configure.rpm b/configure.rpm
new file mode 100644 (file)
index 0000000..4c82ecf
--- /dev/null
@@ -0,0 +1,7 @@
+
+CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
+       --prefix=/usr \
+       --sysconfdir=/etc \
+       --mandir=/usr/man \
+       --localstatedir=/var \
+       $*