unikernelLinux / ukl

Unikernel Linux
GNU Lesser General Public License v2.1
165 stars 12 forks source link

Make configure script detect if -fno-PIC needs to be added to CFLAGS #25

Closed khers closed 1 year ago

khers commented 1 year ago

Fedora does not include -fPIC by default, but debian based distros seem to. To build on a debian based distro (or any tool chain that includes -fPIC by default) we need to add this switch. We need the configure script detect this.

rwmjones commented 1 year ago

Looking at this now ...