Commit dcd6ee08 authored by aurel32's avatar aurel32 Committed by Andrew Waterman
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment