[Pkg-wmaker-commits] [wmlongrun] 08/11: wmlongrun: Detect GNU/kFreeBSD during build.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Dec 24 14:11:06 UTC 2016


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

dtorrance-guest pushed a commit to branch upstream
in repository wmlongrun.

commit 0d7618374682ae2a19948495d46db77b437addcc
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Dec 23 18:28:21 2016 -0500

    wmlongrun: Detect GNU/kFreeBSD during build.
    
    Patch from Debian by Robert Millan <rmh at debian.org>, based on a patch by
    Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>.
    
    From:
    https://bugs.debian.org/415592
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3e43a40..7fd96b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ AC_CANONICAL_HOST
 
 arch=""
 case ${host_os} in
-linux*)
+linux* | *-gnu | gnu*)
   SETUID_FLAGS="-m 4755 -o root -g root"
   OS=linux
   AC_DEFINE([LINUX], [1], [use Linux specific code])

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



More information about the Pkg-wmaker-commits mailing list