diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-10-19 18:38:35 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-20 09:55:39 +0200 |
commit | 29551707f8b861a39ac2aa751e16635560dc1716 (patch) | |
tree | f14a4d2931be5de6c9e11832ce4d6b23550b93ea /package/unionfs/0001-fuse-no-cxx-needed.patch | |
parent | 7ef6efe3142da3007160ea84fa79cbf4def5bb6b (diff) | |
download | buildroot-29551707f8b861a39ac2aa751e16635560dc1716.tar.gz buildroot-29551707f8b861a39ac2aa751e16635560dc1716.zip |
unionfs: bump to version 1.0
Switch to github homepage and site.
Drop patch, it's not required any more.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/unionfs/0001-fuse-no-cxx-needed.patch')
-rw-r--r-- | package/unionfs/0001-fuse-no-cxx-needed.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/unionfs/0001-fuse-no-cxx-needed.patch b/package/unionfs/0001-fuse-no-cxx-needed.patch deleted file mode 100644 index 56f7e2455b..0000000000 --- a/package/unionfs/0001-fuse-no-cxx-needed.patch +++ /dev/null @@ -1,19 +0,0 @@ -By default, CMake assumes a project uses the C and C++ languages, so -it checks for both the C and the C++ compiler to exist. - -However, unionfs-fuse is written purely in C, so checking for a C++ -compiler is useless, and even prevents unionfs-fuse from building -properly on targets for which no C++ compiler is available. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - -Index: b/CMakeLists.txt -=================================================================== ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,4 @@ --project(unionfs-fuse) -+project(unionfs-fuse C) - - cmake_minimum_required(VERSION 2.0) - INCLUDE (CheckIncludeFiles) |