diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-04-24 10:59:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-04-24 10:59:35 +0200 |
commit | 4d80064d59ae61450eec11a32f3882a3835395bf (patch) | |
tree | 2cadbfc1905a3658a6e6513478e7223cf1e794af /sci-libs/metis/files | |
parent | sys-libs/glibc: arm stable wrt bug #712726 (diff) | |
download | gentoo-4d80064d59ae61450eec11a32f3882a3835395bf.tar.gz gentoo-4d80064d59ae61450eec11a32f3882a3835395bf.tar.bz2 gentoo-4d80064d59ae61450eec11a32f3882a3835395bf.zip |
sci-libs/metis: [QA] Do not install static library
* as per policy
https://projects.gentoo.org/qa/policy-guide/installed-files.html?highlight=static#pg0302#
* for more context:
https://flameeyes.blog/2011/08/29/useless-flag-static-libs/
https://archives.gentoo.org/gentoo-dev/message/2dada80c2b9c85b0e83e6328428bf8ab
Closes: https://github.com/gentoo/gentoo/pull/15490
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/metis/files')
-rw-r--r-- | sci-libs/metis/files/metis-5.1.0-remove-GKlib-O3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/metis/files/metis-5.1.0-remove-GKlib-O3.patch b/sci-libs/metis/files/metis-5.1.0-remove-GKlib-O3.patch new file mode 100644 index 000000000000..507395867fcc --- /dev/null +++ b/sci-libs/metis/files/metis-5.1.0-remove-GKlib-O3.patch @@ -0,0 +1,11 @@ +--- a/GKlib/GKlibSystem.cmake ++++ b/GKlib/GKlibSystem.cmake +@@ -20,7 +20,7 @@ + elseif(MINGW) + set(GKlib_COPTS "-DUSE_GKREGEX") + else() +- set(GKlib_COPTS "-O3") ++ set(GKlib_COPTS "") + set(GKlib_COPTIONS "-DLINUX -D_FILE_OFFSET_BITS=64") + endif(MSVC) + if(CYGWIN) |