lkml.org 
[lkml]   [2009]   [Jul]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [ANNOUNCE] util-linux-ng v2.16-rc2 -- a small patch
On Thu, 2 Jul 2009, Karel Zak wrote:

> The second util-linux-ng 2.16 release candidate is available at
>
> ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/
>
> Feedback and bug reports, as always, are welcomed.

Hi Karel,

I just tried to build util-linux-ng-2.16-rc2 (i686/x86_64 linux-gnu
with gcc-3.4.6, libc-2.3.6), but in order to succeed I had to apply the
attached patch (#include <stdarg.h> from shlibs/blkid/src/blkidP.h).

Regards
Peterdiff -ur -x Makefile.in -x '*.m4' -x configure -x autom4te.cache -x Makevars.template -x '*.gmo' util-linux-ng-2.16-rc2.orig/shlibs/blkid/src/blkidP.h util-linux-ng-2.16-rc2/shlibs/blkid/src/blkidP.h
--- util-linux-ng-2.16-rc2.orig/shlibs/blkid/src/blkidP.h 2009-07-01 17:19:54.000000000 +0200
+++ util-linux-ng-2.16-rc2/shlibs/blkid/src/blkidP.h 2009-07-13 18:53:53.000000000 +0200
@@ -18,6 +18,7 @@

#include <sys/types.h>
#include <stdio.h>
+#include <stdarg.h>

#include "bitops.h" /* $(top_srcdir)/include/ */
#include "blkid.h"
\
 
 \ /
  Last update: 2009-07-13 19:35    [W:0.110 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site