• 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/drbd-utils/drbd-utils.mk
Luca CeresoliLuca Ceresoli committed 7b0e757fb8528 Sep 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# drbd-utils
4
#
5
################################################################################
6
​
7
DRBD_UTILS_VERSION = 8.9.4
8
DRBD_UTILS_SITE = http://oss.linbit.com/drbd
9
DRBD_UTILS_LICENSE = GPLv2+
10
DRBD_UTILS_LICENSE_FILES = COPYING
11
DRBD_UTILS_DEPENDENCIES = host-flex
12
​
13
DRBD_UTILS_CONF_OPTS = --with-distro=generic --without-manual
14
​
15
ifeq ($(BR2_INIT_SYSTEMD),y)
16
DRBD_UTILS_CONF_OPTS += --with-initscripttype=systemd
17
DRDB_UTILS_DEPENDENCIES += systemd
18
else
19
DRBD_UTILS_CONF_OPTS += --with-initscripttype=sysv
20
endif
21
​
22
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
23
DRBD_UTILS_CONF_OPTS += --with-udev=yes
24
DRDB_UTILS_DEPENDENCIES += udev
25
else
26
DRBD_UTILS_CONF_OPTS += --with-udev=no
27
endif
28
​
29
$(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.