Comment 15 for bug 1574982

Revision history for this message
iLogin (cerebellum-l) wrote :

https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/ppa

linux - 4.6.0-2.3

in Makefile

# force no-pie for distro compilers that enable pie by default
KBUILD_CFLAGS += $(call cc-option, -fno-pie)
KBUILD_CFLAGS += $(call cc-option, -no-pie)
KBUILD_AFLAGS += $(call cc-option, -fno-pie)

....