Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46013 Details for
Bug 74345
davfs2 ebuild always builds with debug support.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
davfs2-0.2.3.ebuild
davfs2-0.2.3.ebuild (text/plain), 1.40 KB, created by
Stefan Schweizer (RETIRED)
on 2004-12-14 22:05:34 UTC
(
hide
)
Description:
davfs2-0.2.3.ebuild
Filename:
MIME Type:
Creator:
Stefan Schweizer (RETIRED)
Created:
2004-12-14 22:05:34 UTC
Size:
1.40 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-fs/davfs2/davfs2-0.2.3.ebuild,v 1.3 2004/11/27 22:12:02 genstef Exp $ > >inherit kernel-mod eutils > >IUSE="ssl debug" > >DESCRIPTION="a Linux file system driver that allows you to mount a WebDAV server as a local disk drive. Davfs2 uses Coda for kernel driver and neon for WebDAV interface" >SRC_URI="mirror://sourceforge/dav/${P}.tar.gz" >HOMEPAGE="http://dav.sourceforge.net" >KEYWORDS="~x86 ~ppc" > >LICENSE="GPL-2" >DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) > dev-libs/libxml2 > sys-libs/zlib" >SLOT="0" > >pkg_setup() { > if ! kernel-mod_configoption_present CODA_FS > then > eerror > eerror "You need coda kernel support in /usr/src/linux/.config" > eerror "Coda can be found in filesystems, network filesystems" > eerror > die > fi > >} > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${PN}.nokernelsrc.patch >} > >src_compile() { > econf $(use_with ssl) \ > $(use_enable debug) \ > $(use_with debug) || die "econf failed" > emake || die "emake failed" >} > >src_install() { > einstall || die "einstall failed" > > dodoc BUGS ChangeLog FAQ README THANKS TODO > > dodir /etc/modules.d > cat >${D}/etc/modules.d/davfs2 <<EOF >alias char-major-67 coda >alias /dev/davfs* coda >EOF >} > >pkg_postinst() { > if [ -x /sbin/modules-update ] ; > then > ebegin "Updating modules.conf" > /sbin/modules-update > eend $? > fi >}
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 Raw
Actions:
View
Attachments on
bug 74345
:
45959
| 46013