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.

46 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../acl/no-links.patch
  5. # Copyright (C) 2007 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. Don't create these links, this hurts our .la,.a file handling,
  18. but create a normal /lib/libacl.so link.
  19. -- jsaw
  20. --- acl-2.2.39/include/buildmacros.orig 2007-03-14 16:42:05.000000000 +0100
  21. +++ acl-2.2.39/include/buildmacros 2007-03-14 16:45:55.000000000 +0100
  22. @@ -56,7 +56,8 @@
  23. cd $(TOPDIR)/$(LIBNAME)/.libs; \
  24. ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
  25. ../$(INSTALL) -m 644 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
  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. @@ -72,10 +73,7 @@
  32. ../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(PKG_DEVLIB_DIR); \
  33. ../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_DEVLIB_DIR)/$(LIBNAME).la ; \
  34. ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
  35. - ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR); \
  36. - ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).a $(PKG_LIB_DIR)/$(LIBNAME).a; \
  37. - ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).la $(PKG_LIB_DIR)/$(LIBNAME).la; \
  38. - ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so
  39. + ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR);
  40. else
  41. INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)
  42. endif