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

component/babeld: use -fPIE to comply with redhat

parent 586edfa5
Pipeline #37395 passed with stage
in 0 seconds
......@@ -14,7 +14,8 @@ revision = v1.12.1-nxd3
[babeld]
recipe = slapos.recipe.cmmi
path = ${babeld-repository:location}
make-options = CC='gcc -std=gnu99'
# Fedora's redhat-hardened-ld forces us to use either -fPIC or -fPIE
Please register or sign in to reply
make-options = CC='gcc -std=gnu99 -fPIE'
configure-command =
echo "No configure.."
environment =
......
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