Updated
over 5 years
ago.
2 hacker ♥️.
We have an ongoing project where we want to build openSUSE Factory with PIE support for all packages.
This is done using a "gcc-PIE" preinstalled package, which changes the compiler default to PIE on.
openSUSE:Factory:Staging:PIE is the current testproject.
This project is part of:
Hack Week 15
Activity
Comments
-
over 7 years ago by SShyukriev | Reply
There is a pattern for some
x86_64
failures like:relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
which is fixed by adding:
CXXFLAGS="$CXXFLAGS -fPIC"
-
over 7 years ago by SShyukriev | Reply
I've sent SRs for these packages:
apache-commons-math coreboot-utils python-django-registrations python-testtools python-configshell-fb
Similar Projects
This project is one of its kind!