From 3dadb47f21b32879080dd4baa39a6b0cf49d270a Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 8 Jun 2013 00:04:45 +0200 Subject: [PATCH] boot loader tarfs: Declare dependency to zlib package --- src/system/boot/loader/file_systems/tarfs/Jamfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/system/boot/loader/file_systems/tarfs/Jamfile b/src/system/boot/loader/file_systems/tarfs/Jamfile index 4dbbfca8ec..6844c476dd 100644 --- a/src/system/boot/loader/file_systems/tarfs/Jamfile +++ b/src/system/boot/loader/file_systems/tarfs/Jamfile @@ -32,6 +32,12 @@ BootStaticLibrary boot_zlib : ; +Includes [ FGristFiles tarfs.cpp ] : [ BuildFeatureAttribute zlib : sources ] ; + # Strictly speaking it should be "headers", but the sources contain the + # headers as well and we have already added the sources directory to the + # header search path for the subdirectory. Should building boot_zlib be + # moved to its own directory, this should better be changes as well. + BootStaticLibrary boot_tarfs : tarfs.cpp : -fno-pic