• 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/iodine/iodine.mk
Gustavo ZacariasGustavo Zacarias committed b9b1e6edc3a17 Oct 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# iodine
4
#
5
################################################################################
6
​
7
IODINE_VERSION = 0.7.0
8
IODINE_SITE = http://code.kryo.se/iodine
9
IODINE_DEPENDENCIES = zlib
10
IODINE_LICENSE = MIT
11
IODINE_LICENSE_FILES = README
12
​
13
IODINE_CFLAGS = $(TARGET_CFLAGS)
14
​
15
# iodine contains a local implementation of daemon(3) for older
16
# systems, unless __GLIBC__ is defined. Musl does provide it, but
17
# unlike uClibc it doesn't define __GLIBC__. Work around it by
18
# pretending to be glibc as we otherwise end up with symbol conflicts.
19
ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
20
IODINE_CFLAGS += -D__GLIBC__
21
endif
22
​
23
define IODINE_BUILD_CMDS
24
    $(TARGET_CONFIGURE_OPTS) CFLAGS="$(IODINE_CFLAGS)" \
25
        $(MAKE) ARCH=$(BR2_ARCH) -C $(@D)
26
endef
27
​
28
define IODINE_INSTALL_TARGET_CMDS
29
    $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) install DESTDIR="$(TARGET_DIR)" prefix=/usr
30
endef
31
​
32
$(eval $(generic-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.