• 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/f2fs-tools/0004-configure-also-check-for-byteswap.h.patch
Yann E. MORINYann E. MORIN committed 81c8bf16c1125 Dec 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 7b9da72b1779cbc7b6c092523877860ef9315a36 Mon Sep 17 00:00:00 2001
2
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
3
Date: Thu, 25 Dec 2014 18:39:19 +0100
4
Subject: [PATCH] configure: also check for byteswap.h
5
​
6
include/f2fs_fs.h checks the HAVE_BYTESWAP_H conditional, but it is
7
never checked for in configure.
8
​
9
Add that header to the list of headers checked for.
10
​
11
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
12
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
13
---
14
Note: not exactly the same as submitted upstreram, because they already
15
check for more headers.
16
---
17
 configure.ac | 2 +-
18
 1 file changed, 1 insertion(+), 1 deletion(-)
19
​
20
diff --git a/configure.ac b/configure.ac
21
index d66cb73..7cfd9b4 100644
22
--- a/configure.ac
23
+++ b/configure.ac
24
@@ -57,7 +57,7 @@ PKG_CHECK_MODULES([libuuid], [uuid])
25
 
26
 # Checks for header files.
27
 AC_CHECK_HEADERS([linux/fs.h fcntl.h mntent.h stdlib.h string.h \
28
-       sys/ioctl.h sys/mount.h unistd.h])
29
+       sys/ioctl.h sys/mount.h unistd.h byteswap.h])
30
 
31
 # Checks for typedefs, structures, and compiler characteristics.
32
 AC_C_INLINE
33
-- 
34
1.9.1
35
​
  • 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.