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.

51 lines
1.7 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../device-mapper/no_dynamic.diff
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- ./lib/Makefile.in.orig 2006-06-21 17:07:03.000000000 +0200
  17. +++ ./lib/Makefile.in 2006-06-21 17:09:15.000000000 +0200
  18. @@ -46,7 +46,7 @@
  19. install_fs install_ioctl install_ioctl_static \
  20. install_pkgconfig
  21. -INSTALL_TYPE = install_dynamic
  22. +INSTALL_TYPE =
  23. ifeq ("@STATIC_LINK@", "yes")
  24. INSTALL_TYPE += install_static
  25. --- ./make.tmpl.in.orig 2006-07-07 16:36:47.000000000 +0000
  26. +++ ./make.tmpl.in 2006-07-07 16:37:19.000000000 +0000
  27. @@ -123,7 +123,7 @@
  28. .PHONY: $(SUBDIRS) $(SUBDIRS.install) $(SUBDIRS.clean) $(SUBDIRS.distclean)
  29. .PHONY: $(SUBDIRS.pofile)
  30. -TARGETS += $(LIB_SHARED) $(LIB_STATIC)
  31. +TARGETS += $(LIB_STATIC)
  32. all: $(SUBDIRS) $(TARGETS)
  33. --- ./dmsetup/Makefile.in.orig 2006-07-07 18:15:15.000000000 +0000
  34. +++ ./dmsetup/Makefile.in 2006-07-07 18:15:36.000000000 +0000
  35. @@ -16,8 +16,8 @@
  36. top_srcdir = @top_srcdir@
  37. VPATH = @srcdir@
  38. -TARGETS = dmsetup
  39. -INSTALL_TYPE = install_dynamic
  40. +TARGETS =
  41. +INSTALL_TYPE =
  42. ifeq ("@STATIC_LINK@", "yes")
  43. TARGETS += dmsetup.static