• 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/aufs-util/0002-no-check-ver.patch
Christian StewartChristian Stewart committed bdef0f00f9717 Jul 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Makefile: do not check version
2
​
3
The aufs-util package tries to ensure that its version is compatible
4
with the one in the running kernel. However, this test is flawed: the
5
version string in the aufs4x branch for aufs-util is aufs3.x, so it does
6
not match the version in the kernel when it is aufs4.x.
7
​
8
Disengage this check, ion the assumption the user knows what he is
9
doing.
10
​
11
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
12
​
13
diff --git a/Makefile b/Makefile
14
--- a/Makefile
15
+++ b/Makefile
16
@@ -62,7 +62,7 @@
17
 $(foreach v, CPPFLAGS CFLAGS INSTALL Install ManDir LibUtilHdr, \
18
    $(eval MAKE += ${v}="$${${v}}"))
19
 
20
-all: ver_test ${Man} ${Bin} ${Etc}
21
+all: ${Man} ${Bin} ${Etc}
22
    ${MAKE} -C libau $@
23
    ln -sf ./libau/libau*.so .
24
    $(call MakeFHSM, $@)
  • 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.