boot loader tarfs: Declare dependency to zlib package

This commit is contained in:
Ingo Weinhold
2013-06-08 00:04:45 +02:00
parent 3b8f8e0caa
commit 3dadb47f21
@@ -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