[Pkg-virtualbox-commits] [kbuild] 05/05: Patch refresh
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Fri Oct 20 09:55:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository kbuild.
commit 6b457d7e783784fa87373a4295feae570b15635c
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date: Fri Oct 20 11:54:45 2017 +0200
Patch refresh
---
debian/patches/01_gnukfreebsd.diff | 26 +-------------------------
1 file changed, 1 insertion(+), 25 deletions(-)
diff --git a/debian/patches/01_gnukfreebsd.diff b/debian/patches/01_gnukfreebsd.diff
index 0811ae1..5e93623 100644
--- a/debian/patches/01_gnukfreebsd.diff
+++ b/debian/patches/01_gnukfreebsd.diff
@@ -1,33 +1,9 @@
Author: Julian Andres Klode <jak at debian.org>
-Description: Add support for GNU/kFreeBSD platforms to kbuild.
+Description: Tweak support for GNU/kFreeBSD platforms to kbuild.
It still has a few problems, like the missing fflagstostr() and strtofflags() functions,
which have all been worked around for now.
Bug-Debian: http://bugs.debian.org/540665
---- a/src/kmk/incdep.c
-+++ b/src/kmk/incdep.c
-@@ -678,7 +678,7 @@ incdep_are_threads_enabled (void)
- if (getenv ("KMK_THREADS_ENABLED"))
- return 1;
-
--#if defined (__gnu_linux__) || defined (__linux__)
-+#if defined (__gnu_linux__) || defined (__linux__) || defined(__GLIBC__)
- /* Try detect fakeroot. */
- if (getenv ("FAKEROOTKEY")
- || getenv ("FAKEROOTUID")
---- a/kBuild/env.sh
-+++ b/kBuild/env.sh
-@@ -264,6 +264,10 @@ if test -z "$KBUILD_HOST"; then
- KBUILD_HOST=freebsd
- ;;
-
-+ GNU/kFreeBSD)
-+ KBUILD_HOST=gnukfbsd
-+ ;;
-+
- Haiku)
- KBUILD_HOST=haiku
- ;;
--- a/src/kmk/kmkbuiltin/install.c
+++ b/src/kmk/kmkbuiltin/install.c
@@ -209,7 +209,8 @@ kmk_builtin_install(int argc, char *argv
--
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