component/babeld: use -fPIE to comply with redhat
Showing
... | @@ -14,7 +14,8 @@ revision = v1.12.1-nxd3 | ... | @@ -14,7 +14,8 @@ revision = v1.12.1-nxd3 |
[babeld] | [babeld] | ||
recipe = slapos.recipe.cmmi | recipe = slapos.recipe.cmmi | ||
path = ${babeld-repository:location} | 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 = | configure-command = | ||
echo "No configure.." | echo "No configure.." | ||
environment = | environment = | ||
... | ... |
mentioned in commit 27d3c785
·mentioned in commit 27d3c785