mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
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:
@@ -32,7 +32,7 @@ RDEPEND="
|
|||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
export CYC_GCC_OPT_FLAGS="${CFLAGS}"
|
export CYC_GCC_OPT_FLAGS="${CFLAGS}"
|
||||||
append-cflags -fPIC -rdynamic -Iinclude
|
append-cflags -fPIC -Iinclude
|
||||||
append-ldflags -L. -Wl,--export-dynamic
|
append-ldflags -L. -Wl,--export-dynamic
|
||||||
tc-export AR CC RANLIB
|
tc-export AR CC RANLIB
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ RDEPEND="
|
|||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
export CYC_GCC_OPT_FLAGS="${CFLAGS}"
|
export CYC_GCC_OPT_FLAGS="${CFLAGS}"
|
||||||
append-cflags -fPIC -rdynamic -Iinclude
|
append-cflags -fPIC -Iinclude
|
||||||
append-ldflags -L. -Wl,--export-dynamic
|
append-ldflags -L. -Wl,--export-dynamic
|
||||||
tc-export AR CC RANLIB
|
tc-export AR CC RANLIB
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user