Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 236461 Details for
Bug 325443
dev-libs/libxml2 add USE=static-libs support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add USE=static-libs support to libxml2
libxml2-2.7.7-static-libs.patch (text/plain), 1.46 KB, created by
Mr. Bones. (RETIRED)
on 2010-06-25 04:04:55 UTC
(
hide
)
Description:
patch to add USE=static-libs support to libxml2
Filename:
MIME Type:
Creator:
Mr. Bones. (RETIRED)
Created:
2010-06-25 04:04:55 UTC
Size:
1.46 KB
patch
obsolete
>? libxml2-2.7.7-static-libs.patch >Index: libxml2-2.7.7.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.7.ebuild,v >retrieving revision 1.11 >diff -u -b -B -r1.11 libxml2-2.7.7.ebuild >--- libxml2-2.7.7.ebuild 30 May 2010 17:36:55 -0000 1.11 >+++ libxml2-2.7.7.ebuild 25 Jun 2010 03:41:54 -0000 >@@ -6,7 +6,7 @@ > SUPPORT_PYTHON_ABIS="1" > RESTRICT_PYTHON_ABIS="3.*" > >-inherit libtool flag-o-matic eutils python >+inherit multilib libtool flag-o-matic eutils python > > DESCRIPTION="Version 2 of the library to manipulate XML files" > HOMEPAGE="http://www.xmlsoft.org/" >@@ -14,7 +14,7 @@ > LICENSE="MIT" > SLOT="2" > KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" >-IUSE="debug doc examples ipv6 python readline test" >+IUSE="debug doc examples ipv6 python readline static-libs test" > > XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite" > XSTS_NAME_1="xmlschema2002-01-16" >@@ -82,7 +82,8 @@ > $(use_with python) > $(use_with readline) > $(use_with readline history) >- $(use_enable ipv6)" >+ $(use_enable ipv6) >+ $(use_enable static-libs static)" > > # filter seemingly problematic CFLAGS (#26320) > filter-flags -fprefetch-loop-arrays -funroll-loops >@@ -149,6 +150,8 @@ > rm -rf "${D}/usr/share/doc/${PF}/examples" > rm -rf "${D}/usr/share/doc/${PF}/python/examples" > fi >+ >+ use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib*.la > } > > pkg_postinst() {
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 325443
: 236461