ctdb-packaging: Match configure command as per spec file
authorAmitay Isaacs <amitay@gmail.com>
Tue, 18 Dec 2018 00:01:35 +0000 (11:01 +1100)
committerAmitay Isaacs <amitay@samba.org>
Tue, 18 Dec 2018 06:12:09 +0000 (07:12 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/configure.rpm

index 32e6673d310b66c0d883751ee9f050370c3aee8f..2b630eba19b8fd65da933825226376d8d238c68e 100755 (executable)
@@ -11,7 +11,9 @@ CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
        --bundled-libraries=!talloc,!tevent,!tdb \
        --minimum-library-version=talloc:2.0.8,tdb:1.2.11,tevent:0.9.16 \
        --prefix=/usr \
+       --includedir=/usr/include/ctdb \
        --libdir=${_libdir} \
+       --libexecdir=/usr/libexec \
        --sysconfdir=/etc \
        --mandir=/usr/man \
        --localstatedir=/var \