diff options
author | Michael Banck <mbanck@debian.org> | 2005-02-23 01:12:05 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-02-23 01:12:05 +0000 |
commit | 99c4a5d0ef3cb9644891cfe8f970dd2f895ec5f5 (patch) | |
tree | 53b4f5008df49e4996e1ceb14609bb8631307551 | |
parent | 6b7f8cc2e382706d0b2fae2edbfb6540617f8e7d (diff) |
* debian/patches/isofs_boot.patch: New patch by Alfred M. Szmidt.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches/isofs_boot.patch | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f8202fec..99d94d60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ hurd (20050119-1) UNRELEASED; urgency=low * NEWS: New file. Explain the console-client command line interface changes. * debian/patches/siocgifhwaddr.patch: New patch by Marco Gerards. + * debian/patches/isofs_boot.patch: New patch by Alfred M. Szmidt. -- Michael Banck <mbanck@debian.org> Fri, 18 Feb 2005 02:45:06 +0100 diff --git a/debian/patches/isofs_boot.patch b/debian/patches/isofs_boot.patch new file mode 100644 index 00000000..f5fc3739 --- /dev/null +++ b/debian/patches/isofs_boot.patch @@ -0,0 +1,25 @@ +2005-02-23 Alfred M. Szmidt <ams@gnu.org> + + * Makefile (iso9660fs.static): New target. + +Index: Makefile +=================================================================== +RCS file: /cvsroot/hurd/hurd/isofs/Makefile,v +retrieving revision 1.6 +retrieving revision 1.7 +diff -u -r1.6 -r1.7 +--- isofs/Makefile 29 Sep 2002 20:58:34 -0000 1.6 ++++ isofs/Makefile 23 Feb 2005 00:00:34 -0000 1.7 +@@ -1,5 +1,5 @@ + +-# Copyright (C) 1997, 2000 Free Software Foundation ++# Copyright (C) 1997, 2000, 2005 Free Software Foundation + # + # This program is free software; you can redistribute it and/or + # modify it under the terms of the GNU General Public License as +@@ -27,3 +27,5 @@ + HURDLIBS = diskfs iohelp fshelp store pager threads ports ihash shouldbeinlibc + + include ../Makeconf ++ ++iso9660fs.static: $(boot-store-types:%=../libstore/libstore_%.a) |