diff options
author | Sam James <sam@gentoo.org> | 2023-05-17 03:27:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-17 03:27:52 +0100 |
commit | 679069df19270514a2077ec536a3657595d803fb (patch) | |
tree | 0b9ae58f7a27e6b6f192f45dfa866b768b99c921 /app-text/opensp | |
parent | profiles/default/linux/arm/23.0/musl/armv6j: inherit arch/arm/armv6j (diff) | |
download | gentoo-679069df19270514a2077ec536a3657595d803fb.tar.gz gentoo-679069df19270514a2077ec536a3657595d803fb.tar.bz2 gentoo-679069df19270514a2077ec536a3657595d803fb.zip |
app-text/opensp: filter-lto too
Very brittle package and a lot of serious warnings.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/opensp')
-rw-r--r-- | app-text/opensp/opensp-1.5.2-r10.ebuild | 1 | ||||
-rw-r--r-- | app-text/opensp/opensp-1.5.2-r9.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-text/opensp/opensp-1.5.2-r10.ebuild b/app-text/opensp/opensp-1.5.2-r10.ebuild index 22fb797e09ad..191777fa42df 100644 --- a/app-text/opensp/opensp-1.5.2-r10.ebuild +++ b/app-text/opensp/opensp-1.5.2-r10.ebuild @@ -50,6 +50,7 @@ src_configure() { # docbook-sgml-utils among other things. #ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march" strip-flags + filter-lto append-cxxflags -std=gnu++11 diff --git a/app-text/opensp/opensp-1.5.2-r9.ebuild b/app-text/opensp/opensp-1.5.2-r9.ebuild index 590eb1123559..b469e4f33ac6 100644 --- a/app-text/opensp/opensp-1.5.2-r9.ebuild +++ b/app-text/opensp/opensp-1.5.2-r9.ebuild @@ -49,6 +49,7 @@ src_configure() { # docbook-sgml-utils among other things. #ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march" strip-flags + filter-lto append-cxxflags -std=gnu++11 |