Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342998 Details for
Bug 336096
dev-libs/libmcal does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libmcal-0.7-r6.ebuild
libmcal-0.7-r6.ebuild (text/plain), 2.05 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-23 16:32:12 UTC
(
hide
)
Description:
libmcal-0.7-r6.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-23 16:32:12 UTC
Size:
2.05 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcal/libmcal-0.7-r5.ebuild,v 1.15 2011/02/06 12:37:55 leio Exp $ > >EAPI="5" > >inherit eutils multilib > >DRIVERS="mcaldrivers-0.9" >SRC_URI_BASE="mirror://sourceforge/libmcal" >DESCRIPTION="Modular Calendar Access Library" >HOMEPAGE="http://mcal.chek.com/" >SRC_URI="${SRC_URI_BASE}/${P}.tar.gz ${SRC_URI_BASE}/${DRIVERS}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" >IUSE="pam" >DOCS="CHANGELOG FAQ-MCAL FEATURE-IMPLEMENTATION HOW-TO-MCAL LICENSE README" > >DEPEND="pam? ( virtual/pam )" > >S=${WORKDIR}/${PN} > >src_prepare() { > mv "${S}"/../mcal-drivers/* "${S}"/ > einfo "Using /var/spool/calendar instead of /var/calendar" > for i in FAQ-MCAL HOW-TO-MCAL mstore/mstore.c mstore/README mstore/Changelog; do > sed -e 's|/var/calendar|/var/spool/calendar|g' -i ${i} || die > done > cd "${S}" > epatch "${FILESDIR}"/${P}-fpic.patch > epatch "${FILESDIR}"/${P}-libdir.patch > epatch "${FILESDIR}"/${P}-gcc4.patch > epatch "${FILESDIR}"/${P}-flexfix.patch > epatch "${FILESDIR}"/${P}-flex-2.5.37.patch >} > >src_configure() { > use pam && CFLAGS="${CFLAGS} -DUSE_PAM -lpam" LDFLAGS="${LDFLAGS} -lpam" >} > >src_compile() { > einfo "Setting up mstore back-end" > cd "${S}"/mstore > emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -I.." LDFLAGS="${LDFLAGS}" > > einfo "Setting up icap back-end" > cd "${S}"/icap > emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -I.." LDFLAGS="${LDFLAGS}" > > cd "${S}" > myconf="--with-mstore --with-icap" > econf ${myconf} --libdir=/usr/$(get_libdir) > emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" >} > >src_install() { > emake DESTDIR="${D}" install > dodoc ${DOCS} > newdoc mstore/README mstore-README > newdoc mstore/Changelog mstore-Changelog > newdoc icap/Changelog icap-Changelog > dohtml FUNCTION-REF.html > keepdir /var/spool/calendar > fperms 1777 "${ROOT}"/var/spool/calendar >} > >pkg_postinst() { > einfo "You should start adding users to your calendar. ( e.g. htpasswd -c /etc/mpasswd username )" >}
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 336096
:
246135
| 342998 |
343000
|
343002
|
343004