Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66628 Details for
Bug 103417
compiling avahi 0.1 on amd64 crashes with enable -fPIC (patch)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to avahi ebuild
avahi-ebuild.patch (text/plain), 475 bytes, created by
Nathan Caldwell
on 2005-08-23 02:03:59 UTC
(
hide
)
Description:
patch to avahi ebuild
Filename:
MIME Type:
Creator:
Nathan Caldwell
Created:
2005-08-23 02:03:59 UTC
Size:
475 bytes
patch
obsolete
>--- avahi-0.1.ebuild.orig 2005-08-23 03:01:14.000000000 -0600 >+++ avahi-0.1.ebuild 2005-08-23 03:00:51.000000000 -0600 >@@ -10,7 +10,7 @@ > > LICENSE="LGPL-2.1" > SLOT="0" >-KEYWORDS="~x86" >+KEYWORDS="~x86 ~amd64" > IUSE="dbus doc gtk python" > > RDEPEND=">=dev-libs/glib-2 >@@ -28,6 +28,12 @@ > DEPEND="${RDEPEND} > doc? ( app-doc/doxygen )" > >+src_unpack() { >+ unpack ${A} >+ >+ epatch ${FILESDIR}/${P}-PIC.patch >+} >+ > pkg_setup() { > enewgroup avahi > enewuser avahi -1 -1 -1 avahi
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 103417
: 66628 |
66630
|
66689