• 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/fio/fio.mk
Bernd KuhlsBernd Kuhls committed 3a74a01011621 May 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# fio
4
#
5
################################################################################
6
​
7
FIO_VERSION = fio-2.20
8
FIO_SITE = git://git.kernel.dk/fio.git
9
FIO_LICENSE = GPL-2.0 + special obligations
10
FIO_LICENSE_FILES = COPYING
11
​
12
ifeq ($(BR2_PACKAGE_LIBAIO),y)
13
FIO_DEPENDENCIES += libaio
14
endif
15
​
16
ifeq ($(BR2_PACKAGE_NUMACTL),y)
17
FIO_DEPENDENCIES += numactl
18
endif
19
​
20
ifeq ($(BR2_PACKAGE_ZLIB),y)
21
FIO_DEPENDENCIES += zlib
22
endif
23
​
24
define FIO_CONFIGURE_CMDS
25
    (cd $(@D); $(TARGET_MAKE_ENV) ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)")
26
endef
27
​
28
define FIO_BUILD_CMDS
29
    $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
30
endef
31
​
32
define FIO_INSTALL_TARGET_CMDS
33
    $(INSTALL) -D $(@D)/fio $(TARGET_DIR)/usr/bin/fio
34
endef
35
​
36
$(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.