dev-scheme/cyclone: remove -rdynamic

https://github.com/justinethier/cyclone/issues/457#issuecomment-841941165

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-05-17 09:44:22 +02:00
parent ef20b2daad
commit bb257d94b4
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ RDEPEND="
src_configure() {
export CYC_GCC_OPT_FLAGS="${CFLAGS}"
append-cflags -fPIC -rdynamic -Iinclude
append-cflags -fPIC -Iinclude
append-ldflags -L. -Wl,--export-dynamic
tc-export AR CC RANLIB
}

View File

@@ -32,7 +32,7 @@ RDEPEND="
src_configure() {
export CYC_GCC_OPT_FLAGS="${CFLAGS}"
append-cflags -fPIC -rdynamic -Iinclude
append-cflags -fPIC -Iinclude
append-ldflags -L. -Wl,--export-dynamic
tc-export AR CC RANLIB
}