[Pkg-wmaker-commits] [wmmemload] 89/103: debian/patches: (sysctl_swap.patch) Update configure.ac to remove -lkvm from LIBS. Fixes FTBFS on kfreebsd.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 03:11:48 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmmemload.

commit ac432eb93179fcc7031a67a4da298e12dfdf01c4
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Oct 14 01:29:53 2014 -0500

    debian/patches: (sysctl_swap.patch) Update configure.ac to remove -lkvm from
    LIBS. Fixes FTBFS on kfreebsd.
---
 debian/patches/sysctl_swap.patch | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/patches/sysctl_swap.patch b/debian/patches/sysctl_swap.patch
index ce1d41d..7da8599 100644
--- a/debian/patches/sysctl_swap.patch
+++ b/debian/patches/sysctl_swap.patch
@@ -3,7 +3,7 @@ Description: Use sysctl for swap usage information in GNU/kFreeBSD.
  GNU/kFreeBSD.  This removes the need for a Build-Depends on libkvm-dev and
  having a setgid binary.
 Author: Doug Torrance <dtorrance at monmouthcollege.edu>
-Last-Update: 2014-10-13
+Last-Update: 2014-10-14
 
 --- a/src/mem_freebsd.c
 +++ b/src/mem_freebsd.c
@@ -85,3 +85,14 @@ Last-Update: 2014-10-13
  		}
  
  		swap_firsttime = 0;
+--- a/configure.ac
++++ b/configure.ac
+@@ -101,8 +101,6 @@
+   OS=freebsd
+   ignore_wired=yes
+   ignore_cached=yes
+-  LIBS="$LIBS -lkvm"
+-  SETGID_FLAGS="-g kmem -m 2755 -o root"
+   ;;
+ openbsd*)
+   OS=openbsd

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



More information about the Pkg-wmaker-commits mailing list