Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464806 - dev-libs/re2: add support for multilib and static-libs
Summary: dev-libs/re2: add support for multilib and static-libs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-04-06 06:58 UTC by Alex Efros
Modified: 2013-04-06 23:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
re2-0_p20130115.ebuild with multilib and static-libs support (re2-0_p20130115.ebuild,2.25 KB, text/plain)
2013-04-06 06:58 UTC, Alex Efros
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Efros 2013-04-06 06:58:44 UTC
Created attachment 344598 [details]
re2-0_p20130115.ebuild with multilib and static-libs support

Some applications (for ex. inferno) require static 32-bit re2 library.
I've added support for USE="multilib static-libs" in current re2 ebuild.
Comment 1 Mike Gilbert gentoo-dev 2013-04-06 23:04:44 UTC
Thanks for the ebuild, but I went a different way with this. mulitlib-build.eclass makes this a bit cleaner.

Let me know if you have any issues with it.

+*re2-0_p20130115-r1 (06 Apr 2013)
+
+  06 Apr 2013; Mike Gilbert <floppym@gentoo.org> +re2-0_p20130115-r1.ebuild:
+  Add multilib support and install the static library as requested by Alex Efros
+  in bug 464806. Thanks for the ebuild, even if I didn't use it.