summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2018-01-16 17:48:10 +0100
committerKarolin Seeger <kseeger@samba.org>2018-01-25 21:05:22 +0100
commit25e01d97e7713e419f0910c803f32c282d10f8a2 (patch)
tree0925ba4766e179ef16bc05aa806420f71a1b42ae /ctdb
parentf3f5d5000cd3d9466edad2fbbb6f44cbc473792d (diff)
downloadsamba-25e01d97e7713e419f0910c803f32c282d10f8a2.tar.gz
build: deal with recent glibc sunrpc header removal
We need to rely on libtirpc or libntirpc to be around in that case. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13238 BUG: https://bugzilla.samba.org/show_bug.cgi?id=10976 Guenther Pair-Programmed-With: Andreas Schneider <asn@samba.org> Signed-off-by: Guenther Deschner <gd@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> (cherry picked from commit ee0be7eb723be1420fd601ea1abe0af748562953)
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index c678228f0c7..ad53bb92b60 100644
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -540,7 +540,7 @@ def build(bld):
bld.SAMBA_BINARY('smnotify',
source=bld.SUBDIR('utils/smnotify',
'smnotify.c gen_smnotify.c gen_xdr.c'),
- deps='ctdb-smnotify-h ctdb-smnotify-c ctdb-smnotify-x popt',
+ deps='ctdb-smnotify-h ctdb-smnotify-c ctdb-smnotify-x popt tirpc',
includes='utils utils/smnotify',
install_path='${CTDB_HELPER_BINDIR}')