mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.4 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/e2fsprogs/makefile-libe2p-fix.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./e2fsck/Makefile.in.orig Mon May 14 07:42:41 2001
  23. +++ ./e2fsck/Makefile.in Sun Jun 10 14:25:47 2001
  24. @@ -16,7 +16,7 @@
  25. MANPAGES= e2fsck.8
  26. XTRA_CFLAGS= -DRESOURCE_TRACK
  27. -LIBS= $(LIBEXT2FS) $(LIBCOM_ERR) $(LIBBLKID) $(LIBUUID)
  28. +LIBS= $(LIBE2P) $(LIBEXT2FS) $(LIBCOM_ERR) $(LIBBLKID) $(LIBUUID)
  29. DEPLIBS= $(LIBEXT2FS) $(LIBCOM_ERR) $(LIBBLKID) $(DEPLIBUUID)
  30. STATIC_LIBS= $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) $(STATIC_LIBBLKID) \
  31. --- ./misc/Makefile.in.orig Mon May 14 07:38:35 2001
  32. +++ ./misc/Makefile.in Sun Jun 10 14:29:29 2001
  33. @@ -35,7 +35,7 @@
  34. $(srcdir)/badblocks.c $(srcdir)/fsck.c $(srcdir)/util.c \
  35. $(srcdir)/uuidgen.c
  36. -LIBS= $(LIBEXT2FS) $(LIBCOM_ERR)
  37. +LIBS= $(LIBE2P) $(LIBEXT2FS) $(LIBCOM_ERR)
  38. DEPLIBS= $(LIBEXT2FS) $(LIBCOM_ERR)
  39. STATIC_LIBS= $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR)
  40. --- ./resize/Makefile.in.orig Mon May 14 07:40:20 2001
  41. +++ ./resize/Makefile.in Sun Jun 10 14:32:39 2001
  42. @@ -25,7 +25,7 @@
  43. $(srcdir)/main.c \
  44. $(srcdir)/sim_progress.c
  45. -LIBS= $(LIBEXT2FS) $(LIBCOM_ERR)
  46. +LIBS= $(LIBE2P) $(LIBEXT2FS) $(LIBCOM_ERR)
  47. DEPLIBS= $(LIBEXT2FS) $(LIBCOM_ERR)
  48. STATIC_LIBS= $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR)
  49. --- ./tests/progs/Makefile.in.orig Mon May 14 07:45:37 2001
  50. +++ ./tests/progs/Makefile.in Sun Jun 10 14:39:55 2001
  51. @@ -21,7 +21,7 @@
  52. SRCS= $(srcdir)/test_rel.c
  53. -LIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
  54. +LIBS= $(LIBE2P) $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
  55. DEPLIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
  56. .c.o: