[arch-commits] Commit in klibc-udev/trunk (PKGBUILD udev-fix-klibc-build.patch)

Tobias Powalowski tpowa at archlinux.org
Wed Oct 8 09:32:46 UTC 2008


    Date: Wednesday, October 8, 2008 @ 05:32:45
  Author: tpowa
Revision: 14546

upgpkg: klibc-udev 130-1

Modified:
  klibc-udev/trunk/PKGBUILD
  klibc-udev/trunk/udev-fix-klibc-build.patch

----------------------------+
 PKGBUILD                   |    6 +++---
 udev-fix-klibc-build.patch |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-08 07:39:54 UTC (rev 14545)
+++ PKGBUILD	2008-10-08 09:32:45 UTC (rev 14546)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=klibc-udev
-pkgver=128
+pkgver=130
 pkgrel=1
 pkgdesc="udev compiled for klibc"
 arch=(i686 x86_64)
@@ -20,8 +20,8 @@
         64-md-raid.rules
         80-drivers.rules
         load-modules.sh)
-md5sums=('a21a954bb1306bc9c6c3f27792c6e508'
-         'e37f8643c1c6fb5fb3e4fd272d8c5791'
+md5sums=('eaaac3c45b8c87d81a82fed254ecee25'
+         'c769a0440fc90ba0fee7a2ae2bf7d76f'
          '042fd2ba6a0351bbae30da33ff492c03'
          'a3d81917e2bbe66f6c24486a86d4dc9c'
          'a246374f8dd4686636413be4d8159178'

Modified: udev-fix-klibc-build.patch
===================================================================
--- udev-fix-klibc-build.patch	2008-10-08 07:39:54 UTC (rev 14545)
+++ udev-fix-klibc-build.patch	2008-10-08 09:32:45 UTC (rev 14546)
@@ -21,15 +21,15 @@
 --- udev-128.orig/extras/volume_id/lib/libvolume_id-private.h	2008-09-10 02:37:09.000000000 +0200
 +++ udev-128/extras/volume_id/lib/libvolume_id-private.h	2008-09-18 12:07:57.000000000 +0200
 @@ -35,12 +35,8 @@
- #endif
+ log_null(const char *format, ...) {}
  
  #define err(format, arg...)	volume_id_log_fn(LOG_ERR, __FILE__, __LINE__, format, ##arg)
 -#define info(format, arg...)	volume_id_log_fn(LOG_INFO, __FILE__, __LINE__, format, ##arg)
 -#ifdef DEBUG
 -#define dbg(format, arg...)	volume_id_log_fn(LOG_DEBUG, __FILE__, __LINE__, format, ##arg)
 -#else
-+#define info(format, arg...)    do { } while (0)
- #define dbg(format, arg...)	do { } while (0)
++#define info(format, arg...)    log_null(format, ##arg)
+ #define dbg(format, arg...)	log_null(format, ##arg)
 -#endif
  
  #if (__BYTE_ORDER == __LITTLE_ENDIAN)




More information about the arch-commits mailing list