• 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/ibrcommon/ibrcommon.mk
Luca CeresoliLuca Ceresoli committed 7b0e757fb8528 Sep 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# ibrcommon
4
#
5
################################################################################
6
​
7
IBRCOMMON_VERSION = 1.0.1
8
IBRCOMMON_SOURCE = ibrcommon-$(IBRCOMMON_VERSION).tar.gz
9
IBRCOMMON_SITE = https://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
10
IBRCOMMON_INSTALL_STAGING = YES
11
IBRCOMMON_LICENSE = Apache-2.0
12
IBRCOMMON_LICENSE_FILES = COPYING README
13
IBRCOMMON_DEPENDENCIES = host-pkgconf
14
​
15
ifeq ($(BR2_PACKAGE_OPENSSL),y)
16
IBRCOMMON_DEPENDENCIES += openssl
17
IBRCOMMON_CONF_OPTS += --with-openssl
18
else
19
IBRCOMMON_CONF_OPTS += --without-openssl
20
endif
21
​
22
ifeq ($(BR2_PACKAGE_LIBNL),y)
23
IBRCOMMON_DEPENDENCIES += libnl
24
IBRCOMMON_CONF_OPTS += --with-lowpan
25
else
26
IBRCOMMON_CONF_OPTS += --without-lowpan
27
endif
28
​
29
ifeq ($(BR2_PACKAGE_LIBXML2),y)
30
IBRCOMMON_DEPENDENCIES += libxml2
31
IBRCOMMON_CONF_OPTS += --with-xml
32
else
33
IBRCOMMON_CONF_OPTS += --without-xml
34
endif
35
​
36
$(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.