diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-08-07 10:46:11 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-08-07 10:46:11 -0400 |
commit | bb56f4cc3a87723ca3fd5d6f1e1cd28c2ba29b56 (patch) | |
tree | c1363405c4dcfe7c90fd184ea13b532980378756 | |
parent | c038c5241283e7a55b0d881296be60119284e684 (diff) | |
download | gentoo-overlay-bb56f4cc3a87723ca3fd5d6f1e1cd28c2ba29b56.tar.xz gentoo-overlay-bb56f4cc3a87723ca3fd5d6f1e1cd28c2ba29b56.zip |
app-admin/keepassxc: remove -fPIC workaround
fixed upstream
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.6.6-r1.ebuild | 3 |
1 files changed, 0 insertions, 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 |