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.

59 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../device-mapper/no_dynamic.diff
  5. # Copyright (C) 2007 - 2008 The OpenSDE Project
  6. # Copyright (C) 2006 The T2 SDE Project
  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. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- ./lib/Makefile.in.orig 2006-06-21 17:07:03.000000000 +0200
  18. +++ ./lib/Makefile.in 2006-06-21 17:09:15.000000000 +0200
  19. @@ -46,7 +46,7 @@
  20. install_fs install_ioctl install_ioctl_static \
  21. install_pkgconfig
  22. -INSTALL_TYPE = install_dynamic
  23. +INSTALL_TYPE =
  24. ifeq ("@STATIC_LINK@", "yes")
  25. INSTALL_TYPE += install_static
  26. --- ./make.tmpl.in.orig 2007-10-03 10:48:27.000000000 +0000
  27. +++ ./make.tmpl.in 2008-03-10 22:49:44.000000000 +0000
  28. @@ -123,7 +123,7 @@
  29. .PHONY: $(SUBDIRS) $(SUBDIRS.install) $(SUBDIRS.clean) $(SUBDIRS.distclean)
  30. .PHONY: $(SUBDIRS.pofile)
  31. -TARGETS += $(LIB_SHARED) $(LIB_STATIC) $(VERSIONED_SHLIB)
  32. +TARGETS += $(LIB_STATIC)
  33. all: $(SUBDIRS) $(TARGETS)
  34. --- ./dmsetup/Makefile.in.orig 2007-08-21 20:32:30.000000000 +0000
  35. +++ ./dmsetup/Makefile.in 2008-03-10 22:53:55.000000000 +0000
  36. @@ -16,8 +16,8 @@
  37. top_srcdir = @top_srcdir@
  38. VPATH = @srcdir@
  39. -TARGETS = dmsetup
  40. -INSTALL_TYPE = install_dynamic
  41. +TARGETS =
  42. +INSTALL_TYPE =
  43. LIB_PTHREAD = @LIB_PTHREAD@
  44. ifeq ("@STATIC_LINK@", "yes")
  45. @@ -47,5 +47,5 @@
  46. $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< $(sbindir)/$<
  47. install_static: dmsetup.static
  48. - $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< $(sbindir)/$<
  49. + $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< $(sbindir)/dmsetup