• 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/atftp/atftp.mk
Baruch SiachBaruch Siach committed aac3f315d9f13 Jul 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# atftp
4
#
5
################################################################################
6
​
7
ATFTP_VERSION = 0.7.1
8
ATFTP_SITE = http://sourceforge.net/projects/atftp/files
9
ATFTP_LICENSE = GPLv2+
10
ATFTP_LICENSE_FILES = LICENSE
11
ATFTP_CONF_OPTS = --disable-libwrap --disable-mtftp
12
# For static we need to explicitly link against libpthread
13
ATFTP_LIBS = -lpthread
14
# We use CPPFLAGS for -fgnu89-inline even though it's a compiler flag
15
# because atftp discards configure environment CFLAGS. -fgnu89-inline
16
# is needed to avoid multiple definition error with gcc 5. See
17
# https://gcc.gnu.org/gcc-5/porting_to.html.
18
ATFTP_CONF_ENV = LIBS="$(ATFTP_LIBS)" \
19
    CPPFLAGS="$(TARGET_CPPFLAGS) -fgnu89-inline"
20
​
21
ifeq ($(BR2_PACKAGE_READLINE),y)
22
ATFTP_DEPENDENCIES += readline
23
ATFTP_CONF_OPTS += --enable-libreadline
24
# For static, readline links with ncurses
25
ATFTP_LIBS += -lncurses
26
else
27
ATFTP_CONF_OPTS += --disable-libreadline
28
endif
29
​
30
ifeq ($(BR2_PACKAGE_PCRE),y)
31
ATFTP_DEPENDENCIES += pcre
32
ATFTP_CONF_OPTS += --enable-libpcre
33
else
34
ATFTP_CONF_OPTS += --disable-libpcre
35
endif
36
​
37
$(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.