Fix build with compilers defaulting to PIE (#90)
Debian toolchain defaults to PIE, and I guess that will also be the case of most distributions. This cause bbl to be non-functional. This patch fixes that by adding -fno-PIE in the default CFLAGS.
parent
5a0e3e55
Please register or sign in to comment