ctdb: update configure.rpm with builtin and bundled library arguments
authorMichael Adam <obnox@samba.org>
Fri, 20 Jun 2014 16:13:34 +0000 (18:13 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 20 Jun 2014 21:38:10 +0000 (23:38 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/configure.rpm

index 4c82ecfc8a2fc40d310c59fc2fcf1e3263fc12d4..1a2efae2c7b02a96ebe39cbd7bbf555af22ea032 100755 (executable)
@@ -1,5 +1,7 @@
 
 CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
+       --builtin-libraries=replace,popt \
+       --bundled-libraries=!talloc,!tevent,!tdb \
        --prefix=/usr \
        --sysconfdir=/etc \
        --mandir=/usr/man \