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.

35 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../evms/evms-2.5.5-as-needed.patch
  5. # Copyright (C) 2006 The OpenSDE 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. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Submitted by: Christian Wiese (morfoh at opensde.org)
  17. Date: 2006-11-26
  18. Initial Package Version: 2.5.5
  19. Upstream Status: unknown
  20. Origin: Gentoo Linux
  21. http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/sys-fs/evms/files/evms-2.5.5-as-needed.patch?rev=1.1
  22. Description: Fixes Makefile to work properly with --as-needed.
  23. --- evms-2.5.5/tests/Makefile.in.orig 2006-06-01 15:18:29.508172755 +0200
  24. +++ evms-2.5.5/tests/Makefile.in 2006-06-01 15:18:44.949899142 +0200
  25. @@ -36,7 +36,7 @@
  26. rm -f Makefile
  27. evms_clean: % : %.o
  28. - $(CC) -L$(top_srcdir)/engine $(EVMS_LDFLAGS) $(EVMS_LIBS) $(PTHREAD_LIBS) $(EFENCE_LIBS) -levms -o $@ $@.o
  29. + $(CC) -L$(top_srcdir)/engine $(EVMS_LDFLAGS) $@.o $(EVMS_LIBS) $(PTHREAD_LIBS) $(EFENCE_LIBS) -levms -o $@
  30. evms_deactivate seq_dd lvm2_crc: % : %.o
  31. $(CC) -o $@ $@.o