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.

108 lines
3.9 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/bdb40/noinst-default.patch.disable
  9. # ROCK Linux is Copyright (C) 1998 - 2003 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 2003-02-13 02:14:00.000000000 +0100
  23. +++ ./dist/Makefile.in 2003-02-13 02:44:05.000000000 +0100
  24. @@ -60,12 +60,11 @@
  25. LIBS= @LIBS@
  26. LIBSO_LIBS= @LIBSO_LIBS@
  27. -libdb= libdb.a
  28. +libdb= libdb-$(SOMAJOR).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. @@ -79,12 +78,11 @@
  37. XSOLINK= @MAKEFILE_XSOLINK@
  38. LIBXSO_LIBS= @LIBXSO_LIBS@
  39. -libcxx= libdb_cxx.a
  40. +libcxx= libdb_cxx-$(SOMAJOR).a
  41. libxso_base= libdb_cxx
  42. libxso= $(libxso_base)-$(SOVERSION).@SOSUFFIX@
  43. libxso_static= $(libxso_base)-$(SOVERSION).a
  44. libxso_target= $(libxso_base)-$(SOVERSION).la
  45. -libxso_default= $(libxso_base).@SOSUFFIX@
  46. libxso_major= $(libxso_base)-$(SOMAJOR).@SOSUFFIX@
  47. ##################################################
  48. @@ -111,7 +109,6 @@
  49. libjso= $(libjso_base)-$(SOVERSION).@SOSUFFIX@
  50. libjso_static= $(libjso_base)-$(SOVERSION).a
  51. libjso_target= $(libjso_base)-$(SOVERSION).la
  52. -libjso_default= $(libjso_base).@SOSUFFIX@
  53. libjso_major= $(libjso_base)-$(SOMAJOR).@SOSUFFIX@
  54. libjso_g= $(libjso_base)-$(SOVERSION)_g.@SOSUFFIX@
  55. @@ -126,7 +123,6 @@
  56. libtso= $(libtso_base)-$(SOVERSION).@SOSUFFIX@
  57. libtso_static= $(libtso_base)-$(SOVERSION).a
  58. libtso_target= $(libtso_base)-$(SOVERSION).la
  59. -libtso_default= $(libtso_base).@SOSUFFIX@
  60. libtso_major= $(libtso_base)-$(SOMAJOR).@SOSUFFIX@
  61. ##################################################
  62. @@ -244,23 +240,19 @@
  63. LIB_INSTALL_FILE_LIST=\
  64. $(libdb) \
  65. $(libso) \
  66. - $(libso_default) \
  67. $(libso_major) \
  68. $(libso_static) \
  69. $(libso_target) \
  70. $(libcxx) \
  71. $(libxso) \
  72. - $(libxso_default) \
  73. $(libxso_major) \
  74. $(libxso_static) \
  75. $(libxso_target) \
  76. $(libtso) \
  77. - $(libtso_default) \
  78. $(libtso_major) \
  79. $(libtso_static) \
  80. $(libtso_target) \
  81. $(libjso) \
  82. - $(libjso_default) \
  83. $(libjso_g) \
  84. $(libjso_major) \
  85. $(libjso_static) \
  86. @@ -414,15 +406,11 @@
  87. @cd $(libdir) && $(rm) -f $(LIB_INSTALL_FILE_LIST)
  88. @$(INSTALLER) @INSTALL_LIBS@ $(libdir)
  89. @(cd $(libdir) && \
  90. - test -f $(libso) && $(ln) -s $(libso) $(libso_default); \
  91. test -f $(libso) && $(ln) -s $(libso) $(libso_major); \
  92. test -f $(libso_static) && $(ln) -s $(libso_static) $(libdb); \
  93. - test -f $(libxso) && $(ln) -s $(libxso) $(libxso_default); \
  94. test -f $(libxso) && $(ln) -s $(libxso) $(libxso_major); \
  95. test -f $(libxso_static) && $(ln) -s $(libxso_static) $(libcxx); \
  96. - test -f $(libtso) && $(ln) -s $(libtso) $(libtso_default); \
  97. test -f $(libtso) && $(ln) -s $(libtso) $(libtso_major); \
  98. - test -f $(libjso) && $(ln) -s $(libjso) $(libjso_default); \
  99. test -f $(libjso) && $(ln) -s $(libjso) $(libjso_major); \
  100. test -f $(libjso) && $(ln) -s $(libjso) $(libjso_g)) || true
  101. @(test -f $(libj_jarfile) && \