• 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
Thomas De SchampheleireThomas De Schampheleire committed f268f7131b907 Oct 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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
ATFTP_CONF_ENV = LIBS="$(ATFTP_LIBS)"
15
​
16
ifeq ($(BR2_PACKAGE_READLINE),y)
17
ATFTP_DEPENDENCIES += readline
18
ATFTP_CONF_OPTS += --enable-libreadline
19
# For static, readline links with ncurses
20
ATFTP_LIBS += -lncurses
21
else
22
ATFTP_CONF_OPTS += --disable-libreadline
23
endif
24
​
25
ifeq ($(BR2_PACKAGE_PCRE),y)
26
ATFTP_DEPENDENCIES += pcre
27
ATFTP_CONF_OPTS += --enable-libpcre
28
else
29
ATFTP_CONF_OPTS += --disable-libpcre
30
endif
31
​
32
$(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.