• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/keepalived/keepalived.mk
Rahul BedarkarRahul Bedarkar committed af31c309e7330 Mar 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# keepalived
4
#
5
################################################################################
6
​
7
KEEPALIVED_VERSION = 1.3.5
8
KEEPALIVED_SITE = http://www.keepalived.org/software
9
KEEPALIVED_DEPENDENCIES = host-pkgconf openssl popt
10
KEEPALIVED_LICENSE = GPL-2.0+
11
KEEPALIVED_LICENSE_FILES = COPYING
12
KEEPALIVED_CONF_OPTS += --disable-dbus
13
​
14
ifeq ($(BR2_PACKAGE_LIBNL)$(BR2_PACKAGE_LIBNFNETLINK),yy)
15
KEEPALIVED_DEPENDENCIES += libnl libnfnetlink
16
KEEPALIVED_CONF_OPTS += --enable-libnl
17
else
18
KEEPALIVED_CONF_OPTS += --disable-libnl
19
endif
20
​
21
ifeq ($(BR2_PACKAGE_IPSET),y)
22
KEEPALIVED_DEPENDENCIES += ipset
23
KEEPALIVED_CONF_OPTS += --enable-libipset
24
else
25
KEEPALIVED_CONF_OPTS += --disable-libipset
26
endif
27
​
28
ifeq ($(BR2_PACKAGE_IPTABLES),y)
29
KEEPALIVED_DEPENDENCIES += iptables
30
KEEPALIVED_CONF_OPTS += --enable-libiptc
31
else
32
KEEPALIVED_CONF_OPTS += --disable-libiptc
33
endif
34
​
35
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.