Skip to content

Commit

Permalink
net-misc/freerdp: disable automagic LTO
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/927037
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Mar 15, 2024
1 parent 23705d3 commit d60008f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions net-misc/freerdp/freerdp-3.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ src_configure() {

local mycmakeargs=(
-Wno-dev

# https://bugs.gentoo.org/927037
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF

-DBUILD_TESTING=$(usex test ON OFF)
-DCHANNEL_URBDRC=$(usex usb ON OFF)
-DWITH_AAD=$(usex aad ON OFF)
Expand Down
4 changes: 4 additions & 0 deletions net-misc/freerdp/freerdp-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ src_configure() {

local mycmakeargs=(
-Wno-dev

# https://bugs.gentoo.org/927037
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF

-DBUILD_TESTING=$(usex test ON OFF)
-DCHANNEL_URBDRC=$(usex usb ON OFF)
-DWITH_AAD=$(usex aad ON OFF)
Expand Down

0 comments on commit d60008f

Please sign in to comment.