SOURCES: strace-quota.patch - check for dqb_curblocks member of sy...

adamg adamg at pld-linux.org
Mon Dec 12 01:49:19 CET 2005


Author: adamg                        Date: Mon Dec 12 00:49:19 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- check for dqb_curblocks member of sys/quota.h :: struct dqblk

---- Files affected:
SOURCES:
   strace-quota.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/strace-quota.patch
diff -u SOURCES/strace-quota.patch:1.1 SOURCES/strace-quota.patch:1.2
--- SOURCES/strace-quota.patch:1.1	Tue Aug  9 14:19:23 2005
+++ SOURCES/strace-quota.patch	Mon Dec 12 01:49:14 2005
@@ -81,3 +81,15 @@
                          tprintf("}");
  		}
  
+--- strace-4.5.12.orig/configure.ac	2005-12-12 00:10:59.000000000 +0000
++++ strace-4.5.12/configure.ac	2005-12-12 00:41:12.000000000 +0000
+@@ -168,6 +168,9 @@
+ 		  struct stat.st_gen,
+ 		  struct stat.st_level,
+ 		  struct stat.st_rdev])
++
++AC_CHECK_MEMBER([struct dqblk.dqb_curblocks], [CFLAGS="$CFLAGS -DHAVE_STRUCT_DQBLK_DQB_CURBLOCKS"], , [#include <sys/quota.h>])
++
+ AC_STAT64
+ 
+ AC_TYPE_SIGNAL
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/strace-quota.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list