dev-libs/supercop: build with PIC

Closes: https://bugs.gentoo.org/785376
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2021-04-25 11:33:43 +12:00
parent 5b3e3ac052
commit a59ec50a3a

View File

@@ -20,6 +20,7 @@ DEPEND="dev-lang/nasm"
S="${WORKDIR}"/${PN}-${MY_REV}
src_configure() {
append-flags -fPIC
append-ldflags -Wl,-z,noexecstack
cmake_src_configure
}