From bb56f4cc3a87723ca3fd5d6f1e1cd28c2ba29b56 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 7 Aug 2021 10:46:11 -0400 Subject: app-admin/keepassxc: remove -fPIC workaround fixed upstream --- app-admin/keepassxc/keepassxc-2.6.6-r1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-admin/keepassxc/keepassxc-2.6.6-r1.ebuild b/app-admin/keepassxc/keepassxc-2.6.6-r1.ebuild index c4252e5..9ac2485 100644 --- a/app-admin/keepassxc/keepassxc-2.6.6-r1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.6.6-r1.ebuild @@ -74,9 +74,6 @@ src_prepare() { } src_configure() { - # https://github.com/keepassxreboot/keepassxc/issues/5801 - append-cxxflags -fPIC - local mycmakeargs=( -DWITH_CCACHE="$(usex ccache)" -DWITH_GUI_TESTS=OFF -- cgit v1.2.3