From 36353a9fc359e8156cfd2e7e4288021aba789b74 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sat, 9 Jun 2012 16:18:57 +0930 Subject: tdb2: use ccan/err instead of err.h Solaris has no err.h, so use CCAN replacement. Signed-off-by: Rusty Russell Autobuild-User(master): Rusty Russell Autobuild-Date(master): Sat Jun 9 12:07:15 CEST 2012 on sn-devel-104 --- lib/ccan/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ccan') diff --git a/lib/ccan/wscript b/lib/ccan/wscript index 24c9550121..8d5782af8b 100644 --- a/lib/ccan/wscript +++ b/lib/ccan/wscript @@ -129,10 +129,10 @@ def build(bld): if bld.env.DEVELOPER_MODE: bld.SAMBA_LIBRARY('ccan-failtest', source=bld.path.ant_glob('failtest/*.c'), - deps='execinfo ccan ccan-err ccan-htable ccan-list ccan-read_write_all ccan-time', + deps='execinfo ccan ccan-htable ccan-list ccan-read_write_all ccan-time', private_library=True) bld.SAMBA_LIBRARY('ccan', source='', - deps='ccan-hash ccan-ilog ccan-likely ccan-tally', + deps='ccan-err ccan-hash ccan-ilog ccan-likely ccan-tally', private_library=True) -- cgit