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 15:04:21 +0100
commit3bf03879e16763033b4bbb1f939f717093707d79 (patch)
treed88d4b06ce91b2824169069eaf8591edb677cf3b /ctdb
parentc6c8b8e8bc5d7cf5053bb83772427b867e2a45ce (diff)
downloadsamba-3bf03879e16763033b4bbb1f939f717093707d79.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 8774b999ff2..715ecb175fa 100644
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -559,7 +559,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}')