mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
dev-cpp/folly: filter LTO
I haven't filed this upstream (at least for now) as our bugs tend to not get much traction. Closes: https://bugs.gentoo.org/949607 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -65,6 +65,9 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug #949607
|
||||
filter-lto
|
||||
|
||||
# TODO: liburing could in theory be optional but fails to link
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_DIR="$(get_libdir)/cmake/${PN}"
|
||||
|
||||
@@ -75,6 +75,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug #949607
|
||||
filter-lto
|
||||
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_DIR="$(get_libdir)/cmake/${PN}"
|
||||
-DLIB_INSTALL_DIR="$(get_libdir)"
|
||||
|
||||
@@ -76,6 +76,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug #949607
|
||||
filter-lto
|
||||
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_DIR="$(get_libdir)/cmake/${PN}"
|
||||
-DLIB_INSTALL_DIR="$(get_libdir)"
|
||||
|
||||
Reference in New Issue
Block a user