Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 360634 Details for
Bug 487636
net-libs/libeXosip: add USE static-libs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libeXosip-4.0.0.ebuild.patch (text/plain), 843 bytes, created by
Nikoli
on 2013-10-11 12:50:51 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nikoli
Created:
2013-10-11 12:50:51 UTC
Size:
843 bytes
patch
obsolete
>diff --git a/net-libs/libeXosip/libeXosip-4.0.0.ebuild b/net-libs/libeXosip/libeXosip-4.0.0.ebuild >index 15f9462..06e7aea 100644 >--- a/net-libs/libeXosip/libeXosip-4.0.0.ebuild >+++ b/net-libs/libeXosip/libeXosip-4.0.0.ebuild >@@ -16,7 +16,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz" > KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos" > SLOT="0/$(get_version_component_range 1-2)" > LICENSE="GPL-2" >-IUSE="+srv ssl" >+IUSE="+srv ssl static-libs" > > DEPEND=">=net-libs/libosip-4.0.0:= > ssl? ( dev-libs/openssl )" >@@ -28,10 +28,12 @@ src_configure() { > econf \ > --enable-mt \ > $(use_enable ssl openssl) \ >+ $(use_enable static-libs static) \ > $(use_enable srv srvrec) > } > > src_install() { > emake DESTDIR="${D}" install >+ use static-libs || prune_libtool_files > dodoc AUTHORS ChangeLog NEWS README > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 487636
: 360634