[Initscripts-ng-commits] r912 - in /trunk/src/insserv/debian: changelog patches/92_m68k_alignment.patch patches/series

pere at users.alioth.debian.org pere at users.alioth.debian.org
Tue Jun 30 22:05:27 UTC 2009


Author: pere
Date: Tue Jun 30 22:05:26 2009
New Revision: 912

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=912
Log:
New patch 92_m68k_alignment.patch trying to get the source
building on m68k (Closes: #493637).

Added:
    trunk/src/insserv/debian/patches/92_m68k_alignment.patch
Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/patches/series

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=912&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Tue Jun 30 22:05:26 2009
@@ -14,6 +14,8 @@
     checkroot and checkfs from the list of interactive scripts.
   * New patch 91_kfreebsd_nofadvice.patch trying to get the source
     building on kfreebsd.
+  * New patch 92_m68k_alignment.patch trying to get the source
+    building on m68k (Closes: #493637).
 
  -- Petter Reinholdtsen <pere at debian.org>  Fri, 26 Jun 2009 21:51:21 +0200
 

Added: trunk/src/insserv/debian/patches/92_m68k_alignment.patch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/92_m68k_alignment.patch?rev=912&op=file
==============================================================================
--- trunk/src/insserv/debian/patches/92_m68k_alignment.patch (added)
+++ trunk/src/insserv/debian/patches/92_m68k_alignment.patch Tue Jun 30 22:05:26 2009
@@ -1,0 +1,18 @@
+Purpose: Get insserv building on m68k, dropping some problematic
+         alignments (error: requested alignment is not a power of 2)
+Fixes:   #493637
+Status:  Not yet submitted upstream.
+---
+--- a/insserv.c	(revision 911)
++++ b/insserv.c	(working copy)
+@@ -121,6 +121,10 @@
+ static boolean set_override = false;
+ static boolean set_insconf = false;
+ 
++#ifdef __m68k__ /* Fix #493637 */
++#  define aligned(a)
++#endif
++
+ /* Search results points here */
+ typedef struct lsb_struct {
+     char *provides;

Modified: trunk/src/insserv/debian/patches/series
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/series?rev=912&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/series (original)
+++ trunk/src/insserv/debian/patches/series Tue Jun 30 22:05:26 2009
@@ -9,3 +9,4 @@
 80_manual_warnings.patch
 90_no_runlevel_spec_for_debian.patch
 91_kfreebsd_nofadvice.patch
+92_m68k_alignment.patch




More information about the Initscripts-ng-commits mailing list