# fss-0001
#
# This is designed for compiling bzip2-1.0.8.
#
# To use this do the following:
#   1) download and extract bzip2-1.0.8.
#   2) change into the extracted bzip2-1.0.8 directory.
#   3) create the directory path "data/build/" within this bzip2-1.0.8 directory.
#   4) copy this file (settings-bzip2recover) into the created directory path "data/build/".
#   5) use the featureless make build operation to build, such as: "fake build -s settings-bzip2recover".

build_name bzip2recover

version_major 1
version_minor 0
version_micro 8
version_file micro
version_target major

modes gcc clang
modes_default gcc

build_compiler gcc
build_compiler-clang clang
build_indexer ar
build_indexer_arguments rcs
build_language c
build_libraries_shared -lc
build_libraries_static -l:libc.a
build_sources_program bzip2recover.c
build_script no

path_sources

has_path_standard no

preserve_path_headers no

environment PATH LD_LIBRARY_PATH

defines -D_FILE_OFFSET_BITS=64

flags -z now -g -fdiagnostics-color=always -Wall -Winline -O2
flags-clang -Wno-logical-op-parentheses
flags_library -fPIC
flags_program -fPIE
