Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681730 - sys-cluster/keepalived: duplicate configure parameters
Summary: sys-cluster/keepalived: duplicate configure parameters
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-25 12:18 UTC by Tomáš Mózes
Modified: 2019-03-25 17:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2019-03-25 12:18:45 UTC
https://github.com/gentoo/gentoo/commit/62f8b4a9746eebdf72c2614649aa8e3e33834d42

	econf \
		--with-init=custom \
		--with-kernel-dir=/usr \
		--enable-sha1 \
		--enable-vrrp \
		$(use_enable bfd) \
		$(use_enable dbus) \
		$(use_enable dbus dbus-create-instance) \
		$(use_enable debug) \
		$(use_enable json) \
		$(use_enable regex) \
		$(use_enable regex regex-timers ) \
		$(use_enable snmp) \
		$(use_enable snmp) \
		$(use_enable snmp) \
		$(use_enable snmp snmp-checker) \
		$(use_enable snmp snmp-rfc) \
		$(use_enable snmp snmp-rfcv2) \
		$(use_enable snmp snmp-rfcv3) \
		$(use_enable snmp snmp-vrrp)