OpenSDE Packages Database (without history before r20070)
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.

55 lines
1.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../util-linux/disable_cramfs_tools.diff
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- T2-COPYRIGHT-NOTE-END ---
  17. --- disk-utils/Makefile.orig 2004-12-21 18:14:16.000000000 +0100
  18. +++ disk-utils/Makefile 2005-04-07 13:32:34.007568352 +0200
  19. @@ -20,7 +20,7 @@
  20. ETC= fdprm
  21. -MAYBE= setfdprm raw fsck.cramfs mkfs.cramfs
  22. +MAYBE= setfdprm raw
  23. ifneq "$(HAVE_FDUTILS)" "yes"
  24. USRBIN:=$(USRBIN) setfdprm
  25. @@ -32,26 +32,12 @@
  26. MAN8:=$(MAN8) raw.8
  27. endif
  28. -ifeq "$(HAVE_ZLIB)" "yes"
  29. -SBIN:=$(SBIN) fsck.cramfs mkfs.cramfs
  30. -endif
  31. -
  32. ifeq "$(HAVE_UUID)" "yes"
  33. MKSWAP_LIBS=-luuid
  34. endif
  35. all: $(SBIN) $(USRBIN)
  36. -fsck.cramfs: fsck.cramfs.o
  37. - $(CC) $(LDFLAGS) -o fsck.cramfs fsck.cramfs.o -lz
  38. -
  39. -mkfs.cramfs: mkfs.cramfs.o $(LIB)/md5.o
  40. - $(CC) $(LDFLAGS) -o mkfs.cramfs mkfs.cramfs.o $(LIB)/md5.o -lz
  41. -
  42. -mkfs.cramfs.o: $(LIB)/md5.h
  43. -
  44. -fsck.cramfs.o mkfs.cramfs.o: cramfs.h
  45. -
  46. fsck.minix.o mkfs.minix.o: bitops.h minix.h
  47. mkswap: mkswap.o $(LIB)/xstrncpy.o