summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2018-01-16 17:48:10 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-01-22 12:26:20 +0100
commitee0be7eb723be1420fd601ea1abe0af748562953 (patch)
tree23f69903b36851e90ed8a693fff9df0e92c41cc7 /ctdb
parentc29d087e1ea4c92717ef86e372fe80f410580fdc (diff)
downloadsamba-ee0be7eb723be1420fd601ea1abe0af748562953.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>
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}')