dev-scheme/cyclone: remove redundant '-Wl,--export-dynamic'

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 22:06:12 +02:00
parent ba7d085b3b
commit 37e368d8c4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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