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.

44 lines
1.9 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../attr/no-links.patch
  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. Don't create these links, this hurts our .la,.a file handling,
  17. but create a normal /lib/libattr.so link.
  18. -- jsaw
  19. --- attr-2.4.24/include/buildmacros 2005-10-07 18:51:16.000000000 +0200
  20. +++ attr-2.4.24-t2/include/buildmacros 2006-01-06 23:15:05.000000000 +0100
  21. @@ -84,8 +84,8 @@
  22. cd $(TOPDIR)/$(LIBNAME)/.libs; \
  23. ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
  24. ../$(INSTALL) -m 644 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
  25. - test "$(PKG_DISTRIBUTION)" = debian || \
  26. - ../$(INSTALL) -T so_dot_current $(LIBNAME).lai $(PKG_LIB_DIR)
  27. + ../$(INSTALL) -T so_dot_current $(LIBNAME).lai $(PKG_LIB_DIR); \
  28. + ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR)
  29. endif
  30. # Libtool thinks the static and shared libs should be in the same dir, so
  31. @@ -102,9 +102,6 @@
  32. ../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_DEVLIB_DIR)/$(LIBNAME).la ; \
  33. ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
  34. ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR); \
  35. - ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).a $(PKG_LIB_DIR)/$(LIBNAME).a; \
  36. - ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).la $(PKG_LIB_DIR)/$(LIBNAME).la; \
  37. - ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so
  38. else
  39. INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)
  40. endif