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.

41 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../libarena/libarena-0.3.4-install.patch
  5. # Copyright (C) 2011 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. Description: Running 'make install' fails with the following error message:
  17. make: Circular /usr/lib/libarena.a <- /usr/lib/libarena.a dependency dropped.
  18. --- libarena-0.3.4/src/Rules.mk.orig 2011-03-13 11:59:30.104072238 +0100
  19. +++ libarena-0.3.4/src/Rules.mk 2011-03-13 12:01:41.692072238 +0100
  20. @@ -93,14 +93,14 @@
  21. $(LIBTOOL) --mode=install $(INSTALL_DATA) $(^:.a=.la) $(>:.a=.la) $(@:.a=.la); \
  22. fi
  23. -.INTERMEDIATE: -larena
  24. +.INTERMEDIATE: larena
  25. --larena: $(DESTDIR)$(libdir)/libarena.a $(DESTDIR)$(includedir)/arena/arena.h \
  26. +larena: $(DESTDIR)$(libdir)/libarena.a $(DESTDIR)$(includedir)/arena/arena.h \
  27. $(DESTDIR)$(includedir)/arena/pool.h $(DESTDIR)$(includedir)/arena/proto.h \
  28. $(DESTDIR)$(includedir)/arena/rbits.h $(DESTDIR)$(includedir)/arena/util.h \
  29. $(DESTDIR)$(includedir)/arena/align.h
  30. -install: -larena
  31. +install: larena
  32. #