[Pkg-virtualbox-commits] [kbuild] 03/05: Add new patch

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Wed Oct 22 16:04:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository kbuild.

commit f8891e44c416871b80047ac09810ca6671a43bd1
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Oct 22 17:44:05 2014 +0200

    Add new patch
---
 debian/patches/11_glob.patch | 14 ++++++++++++++
 debian/patches/series        |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/11_glob.patch b/debian/patches/11_glob.patch
new file mode 100644
index 0000000..4557e0c
--- /dev/null
+++ b/debian/patches/11_glob.patch
@@ -0,0 +1,14 @@
+Description: Find the correct header file, avoiding a FTBFS
+diff --git a/src/kmk/dir.c b/src/kmk/dir.c
+index 4fffe62..75b1e8e 100644
+--- a/src/kmk/dir.c
++++ b/src/kmk/dir.c
+@@ -1310,7 +1310,7 @@ print_dir_data_base (void)
+ 

+ /* Hooks for globbing.  */
+ 
+-#include <glob.h>
++#include <glob/glob.h>
+ 
+ /* Structure describing state of iterating through a directory hash table.  */
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 16ee264..c1353dd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 08_no_o3_optimization.diff
 09_read.c_record_files_SV_33034_Changes_fatal_to_error.patch
 10_ppc64el.diff
+11_glob.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/kbuild.git



More information about the Pkg-virtualbox-commits mailing list