Package: libstatgrab
Version: 0.15-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: eabi

The configure.in script of libstatgrab makes a incorrect assumptation
that "linux-gnu" = linux". On armel port, it is "linux-gnueabi". Apply
the following patch and run autoreconf:

--- libstatgrab-0.15.orig/configure.in
+++ libstatgrab-0.15/configure.in
@@ -122,7 +122,7 @@
        BIN_PERM="2755"
        LINKFLAGS="-lkvm -ldevstat"
        ;;
-linux-gnu)
+linux-gnu*)
        AC_DEFINE(LINUX, , [Building on GNU/Linux])
        AM_CONDITIONAL(SETUIDBINS, true)
        BIN_OWNER="root"


-- 
"rm -rf" only sounds scary if you don't have backups



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to