[Pkg-virtualbox-commits] [kbuild] 02/05: Update patch to fix kfreebsd-* build failures

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Jun 1 08:22:13 UTC 2015


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

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

commit d07486ecb4f0c51d203c3b6083240ebb2189f21b
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun May 31 23:25:03 2015 +0200

    Update patch to fix kfreebsd-* build failures
---
 debian/changelog                   | 10 ++++++++++
 debian/patches/01_gnukfreebsd.diff |  9 +++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f25bdd3..5d57190 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+kbuild (1:0.1.9998svn2780+dfsg-3) UNRELEASED; urgency=medium
+
+  * Remove 08_no_o3_optimization.diff
+  * d/p/01_gnukfreebsd.diff
+    - Fix kfreebsd-* build failures, due to missing pthreads.
+      this patch was originally under 06_binutils-gold.diff,
+      but this is now a specific kfreebsd porting issue.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sun, 31 May 2015 23:25:15 +0200
+
 kbuild (1:0.1.9998svn2780+dfsg-2) unstable; urgency=low
 
   * Sync kbuild with Fedora patches (thanks Sérgio Basto!):
diff --git a/debian/patches/01_gnukfreebsd.diff b/debian/patches/01_gnukfreebsd.diff
index de250d3..5131ba6 100644
--- a/debian/patches/01_gnukfreebsd.diff
+++ b/debian/patches/01_gnukfreebsd.diff
@@ -121,6 +121,15 @@ Bug-Debian: http://bugs.debian.org/540665
    TEMPLATE_BIN_TOOL              = GCC3
   else
    TEMPLATE_BIN_TOOL              = GCC3PLAIN
+@@ -361,7 +362,7 @@ endif
+ TEMPLATE_BIN-THREADED = Threaded command line binary
+ TEMPLATE_BIN-THREADED_EXTENDS = BIN
+ TEMPLATE_BIN-THREADED_EXTENDS_BY = appending
+-if1of ($(KBUILD_TARGET), dragonfly freebsd linux openbsd)
++if1of ($(KBUILD_TARGET), dragonfly freebsd linux openbsd gnukfreebsd)
+  TEMPLATE_BIN-THREADED_LIBS = pthread
+ endif
+ 
 --- a/kBuild/env.sh
 +++ b/kBuild/env.sh
 @@ -260,6 +260,10 @@ if test -z "$KBUILD_HOST"; then

-- 
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