wok-6.x diff util-linux-ng/receipt @ rev 6463
Up: python-beaker to 1.5.4
author | Julien Rabier <taziden@slitaz.org> |
---|---|
date | Wed Sep 29 23:03:55 2010 +0000 (2010-09-29) |
parents | c1004e0f2921 |
children | cb53e0d30346 |
line diff
1.1 --- a/util-linux-ng/receipt Wed Sep 09 21:35:37 2009 +0200 1.2 +++ b/util-linux-ng/receipt Wed Sep 29 23:03:55 2010 +0000 1.3 @@ -19,6 +19,8 @@ 1.4 if ! grep 'tty:x:4:' /etc/group; then 1.5 addgroup -g 4 tty 1.6 fi 1.7 + grep -qs 'define u8' fdisk/fdisksunlabel.c || 1.8 + sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' fdisk/fdisksunlabel.c 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --sysconfdir=/etc \