From e7b542325db452a7f3c0576a9183f084536aceea Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 14 Aug 2016 19:14:01 +0300 Subject: Fix buildfile adding missed lib{butl} prerequisites --- butl/buildfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/butl/buildfile b/butl/buildfile index 7e65b6c..d4f3289 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -6,7 +6,7 @@ lib{butl}: \ {hxx cxx}{ base64 } \ {hxx cxx}{ char-scanner } \ {hxx }{ export } \ -{hxx cxx}{ fdstream } \ +{hxx ixx cxx}{ fdstream } \ {hxx ixx cxx}{ filesystem } \ {hxx }{ multi-index } \ {hxx }{ optional } \ @@ -30,6 +30,11 @@ lib{butl}: \ # lib{butl}: file{sha256c.c} +# These ones are included into timestamp.cxx so treat them as files to exclude +# from the compilation. +# +lib{butl}: file{strptime.c timelocal.h timelocal.c} + cxx.poptions =+ -I$src_root lib{butl}: cxx.export.poptions = -I$src_root -- cgit v1.1