profiles: Enable -fPIC for open-vm-tools

Override the upstream hardened profile to set this flag, since the
package won't compile without it.
This commit is contained in:
David Michael 2019-01-19 22:06:27 +00:00
parent 6b6707c100
commit f39b6ef53c

View File

@ -43,3 +43,6 @@ sys-libs/libseccomp static-libs
# bind-tools' configure script breaks when cross-compiling with seccomp enabled
net-dns/bind-tools -seccomp
# Gentoo's new hardened profile disables PIC, but open-vm-tools needs it
app-emulation/open-vm-tools pic