Mailing List Archive

Re: [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: ChangeLog keepalived-1.1.15.ebuild
On 09:12 Sat 22 Sep , Robin H. Johnson (robbat2) wrote:
> robbat2 07/09/22 09:12:37
>
> Modified: ChangeLog
> Added: keepalived-1.1.15.ebuild
> Log:
> Version bump.
> (Portage version: 2.1.3.7)

> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.15.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.15.ebuild?rev=1.1&content-type=text/plain

> # This patch allows us to avoid needing kernel sources for the configure phase
> EPATCH_OPTS="-p1 -d${S}" epatch \
> ${FILESDIR}/${PN}-1.1.13-do-not-need-kernel-sources.patch
> cd ${S}
> mkdir -p ${S}/include/net || die "Failed to prepare ipvs header directory"
> cp -f ${FILESDIR}/${PN}-1.1.13-linux-2.6.21-ip_vs.h \
> ${S}/include/net/ip_vs.h || die "Failed to add ipvs header"
>
> # Ensure that keepalived can find the header that we are injecting
> append-flags -I${S}/include

> rm -f ${D}/etc/keepalived/samples/*.pem
> rm -rf ${D}/etc/sysconfig ${D}/etc/rc.d/

Could use some quotes added in $D and $S for safety ...

Thanks,
Donnie
--
gentoo-dev@gentoo.org mailing list