Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32191 Details for
Bug 52240
Missing USE option in Netatalk ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch to add OpenSLP support to the Netatalk ebuild
netatalk-1.6.4-r1.patch (text/plain), 1.02 KB, created by
Adrian Rutledge
on 2004-05-28 01:14:46 UTC
(
hide
)
Description:
A patch to add OpenSLP support to the Netatalk ebuild
Filename:
MIME Type:
Creator:
Adrian Rutledge
Created:
2004-05-28 01:14:46 UTC
Size:
1.02 KB
patch
obsolete
>--- /usr/portage/net-fs/netatalk/netatalk-1.6.4.ebuild 2004-04-10 13:15:27.000000000 -0500 >+++ netatalk-1.6.4-r1.ebuild 2004-05-14 22:48:16.000000000 -0500 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /home/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.6.4.ebuild,v 1.3 2004/04/10 17:57:51 ciaranm Exp $ > >-IUSE="ssl pam tcpd" >+IUSE="ssl pam tcpd slp" > > S=${WORKDIR}/${P} > DESCRIPTION="kernel level implementation of the AppleTalk Protocol Suite" >@@ -16,13 +16,15 @@ > DEPEND="sys-apps/shadow > pam? ( sys-libs/pam ) > ssl? ( dev-libs/openssl ) >- tcpd? ( sys-apps/tcp-wrappers )" >+ tcpd? ( sys-apps/tcp-wrappers ) >+ slp? ( net-libs/openslp )" > > src_compile() { > use pam && myconf="${myconf} --with-pam" > use tcpd && myconf="${myconf} --with-tcp-wrappers" > use ssl && myconf="${myconf} --disable-ssl" >- >+ use slp && myconf="${myconf} --enable-srvloc" >+ > econf \ > --enable-fhs \ > --with-shadow \
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 52240
: 32191