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