SQUASH s3:build - add ctdb target
authorMichael Adam <obnox@samba.org>
Thu, 20 Oct 2011 20:58:41 +0000 (22:58 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 20 Oct 2011 21:02:28 +0000 (23:02 +0200)
source3/Makefile.in

index 297c34187e26ea2f2b5d2b6d0e63f480f7816db5..85d8d137f812121a8389272435050defc65e9424 100644 (file)
@@ -3627,7 +3627,7 @@ ctdb:
        @( \
        cd ../ctdb/ && \
        ./autogen.sh && \
-       ./configure.rpm && \
+       ./configure --prefix="$(prefix)" --with-socket-wrapper && \
        make \
        )