Commit 27d3c785 authored by Joanne Hugé's avatar Joanne Hugé Committed by Thomas Gambier

component/babeld: use -fPIE to comply with redhat

parent 4174b297
......@@ -17,8 +17,10 @@ path = ${babeld-repository:location}
make-options = CC='gcc -std=gnu99'
configure-command =
echo "No configure.."
# Fedora's redhat-hardened-ld forces us to use -fPIC
environment =
PATH=${git:location}/bin:%(PATH)s
EXTRA_DEFINES=-fPIC
make-targets =
install PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
Markdown is supported
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