mirror of the now-defunct rocklinux.org
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.

115 lines
4.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/bdb/noinst-major.patch_bdb40
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./dist/Makefile.in.orig Sat Apr 19 07:52:16 2003
  23. +++ ./dist/Makefile.in Sat Apr 19 08:03:22 2003
  24. @@ -60,13 +60,11 @@
  25. LIBS= @LIBS@
  26. LIBSO_LIBS= @LIBSO_LIBS@
  27. -libdb= libdb.a
  28. +libdb= libdb-$(SOVERSION).a
  29. libso_base= libdb
  30. libso= $(libso_base)-$(SOVERSION).@SOSUFFIX@
  31. libso_static= $(libso_base)-$(SOVERSION).a
  32. libso_target= $(libso_base)-$(SOVERSION).la
  33. -libso_default= $(libso_base).@SOSUFFIX@
  34. -libso_major= $(libso_base)-$(SOMAJOR).@SOSUFFIX@
  35. ##################################################
  36. # C++ API.
  37. @@ -79,13 +77,11 @@
  38. XSOLINK= @MAKEFILE_XSOLINK@
  39. LIBXSO_LIBS= @LIBXSO_LIBS@
  40. -libcxx= libdb_cxx.a
  41. +libcxx= libdb_cxx-$(SOVERSION).a
  42. libxso_base= libdb_cxx
  43. libxso= $(libxso_base)-$(SOVERSION).@SOSUFFIX@
  44. libxso_static= $(libxso_base)-$(SOVERSION).a
  45. libxso_target= $(libxso_base)-$(SOVERSION).la
  46. -libxso_default= $(libxso_base).@SOSUFFIX@
  47. -libxso_major= $(libxso_base)-$(SOMAJOR).@SOSUFFIX@
  48. ##################################################
  49. # Java API.
  50. @@ -111,8 +107,6 @@
  51. libjso= $(libjso_base)-$(SOVERSION).@SOSUFFIX@
  52. libjso_static= $(libjso_base)-$(SOVERSION).a
  53. libjso_target= $(libjso_base)-$(SOVERSION).la
  54. -libjso_default= $(libjso_base).@SOSUFFIX@
  55. -libjso_major= $(libjso_base)-$(SOMAJOR).@SOSUFFIX@
  56. libjso_g= $(libjso_base)-$(SOVERSION)_g.@SOSUFFIX@
  57. ##################################################
  58. @@ -126,8 +120,6 @@
  59. libtso= $(libtso_base)-$(SOVERSION).@SOSUFFIX@
  60. libtso_static= $(libtso_base)-$(SOVERSION).a
  61. libtso_target= $(libtso_base)-$(SOVERSION).la
  62. -libtso_default= $(libtso_base).@SOSUFFIX@
  63. -libtso_major= $(libtso_base)-$(SOMAJOR).@SOSUFFIX@
  64. ##################################################
  65. # db_dump185 UTILITY
  66. @@ -244,25 +236,17 @@
  67. LIB_INSTALL_FILE_LIST=\
  68. $(libdb) \
  69. $(libso) \
  70. - $(libso_default) \
  71. - $(libso_major) \
  72. $(libso_static) \
  73. $(libso_target) \
  74. $(libcxx) \
  75. $(libxso) \
  76. - $(libxso_default) \
  77. - $(libxso_major) \
  78. $(libxso_static) \
  79. $(libxso_target) \
  80. $(libtso) \
  81. - $(libtso_default) \
  82. - $(libtso_major) \
  83. $(libtso_static) \
  84. $(libtso_target) \
  85. $(libjso) \
  86. - $(libjso_default) \
  87. $(libjso_g) \
  88. - $(libjso_major) \
  89. $(libjso_static) \
  90. $(libjso_target) \
  91. $(libj_exjarfile) \
  92. @@ -414,16 +398,8 @@
  93. @cd $(libdir) && $(rm) -f $(LIB_INSTALL_FILE_LIST)
  94. @$(INSTALLER) @INSTALL_LIBS@ $(libdir)
  95. @(cd $(libdir) && \
  96. - test -f $(libso) && $(ln) -s $(libso) $(libso_default); \
  97. - test -f $(libso) && $(ln) -s $(libso) $(libso_major); \
  98. test -f $(libso_static) && $(ln) -s $(libso_static) $(libdb); \
  99. - test -f $(libxso) && $(ln) -s $(libxso) $(libxso_default); \
  100. - test -f $(libxso) && $(ln) -s $(libxso) $(libxso_major); \
  101. test -f $(libxso_static) && $(ln) -s $(libxso_static) $(libcxx); \
  102. - test -f $(libtso) && $(ln) -s $(libtso) $(libtso_default); \
  103. - test -f $(libtso) && $(ln) -s $(libtso) $(libtso_major); \
  104. - test -f $(libjso) && $(ln) -s $(libjso) $(libjso_default); \
  105. - test -f $(libjso) && $(ln) -s $(libjso) $(libjso_major); \
  106. test -f $(libjso) && $(ln) -s $(libjso) $(libjso_g)) || true
  107. @(test -f $(libj_jarfile) && \
  108. $(cp) $(libj_jarfile) $(libdir)) || true