omnibus-software 22.11.239

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. checksums.yaml +7 -0
  2. data/.expeditor/Version_inspector/README.md +21 -0
  3. data/.expeditor/Version_inspector/SW-Version-update.py +243 -0
  4. data/.expeditor/Version_inspector/manual_prod_list.json +29 -0
  5. data/.expeditor/Version_inspector/prod_default_version.json +103 -0
  6. data/.expeditor/Version_inspector/prod_list.json +194 -0
  7. data/.expeditor/Version_inspector/requirements.txt +4 -0
  8. data/.expeditor/Version_inspector/update_prod_default_version.sh +24 -0
  9. data/.expeditor/Version_inspector/update_prod_list.sh +35 -0
  10. data/.expeditor/config.yml +33 -0
  11. data/.expeditor/determine_version.sh +15 -0
  12. data/.expeditor/push_git_tag.sh +12 -0
  13. data/.expeditor/run_linux_tests.sh +16 -0
  14. data/.expeditor/verify.pipeline.yml +52 -0
  15. data/.github/CODEOWNERS +5 -0
  16. data/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md +29 -0
  17. data/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md +40 -0
  18. data/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md +17 -0
  19. data/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md +11 -0
  20. data/.github/dependabot.yml +9 -0
  21. data/.github/lock.yml +1 -0
  22. data/.gitignore +17 -0
  23. data/CODE_OF_CONDUCT.md +1 -0
  24. data/CONTRIBUTING.md +1 -0
  25. data/Dockerfile +21 -0
  26. data/Gemfile +10 -0
  27. data/LICENSE +201 -0
  28. data/README.md +99 -0
  29. data/Rakefile +56 -0
  30. data/VERSION +1 -0
  31. data/config/patches/bash/race-condition.patch +15 -0
  32. data/config/patches/bzip2/aix_makefile.patch +11 -0
  33. data/config/patches/bzip2/makefile_no_bins.patch +77 -0
  34. data/config/patches/bzip2/makefile_take_env_vars.patch +31 -0
  35. data/config/patches/bzip2/soname_install_dir.patch +11 -0
  36. data/config/patches/curl/curl-aix-disable-alpn.patch +22 -0
  37. data/config/patches/curl/curl-freebsd-hostcheck.patch +10 -0
  38. data/config/patches/erlang/epmd-require-explicitly-adding-loopback-address.patch +84 -0
  39. data/config/patches/erlang/updated-epmd-require-explicitly-adding-loopback-address.patch +75 -0
  40. data/config/patches/expat/configure_xlc_visibility.patch +58 -0
  41. data/config/patches/expat/configure_xlc_visibility_2.4.7.patch +59 -0
  42. data/config/patches/figlet/aix-figlet-cdefs.patch +48 -0
  43. data/config/patches/gdbm/v1.8.3-Makefile.in.patch +32 -0
  44. data/config/patches/git/aix-endian-fix.patch +20 -0
  45. data/config/patches/gtar/aix_extra_case.patch +13 -0
  46. data/config/patches/keepalived/keepalived-1.2.9_opscode_centos_5.patch +15 -0
  47. data/config/patches/libedit/freebsd-vi-fix.patch +24 -0
  48. data/config/patches/libedit/openbsd-weak-alias-fix.patch +48 -0
  49. data/config/patches/libedit/solaris.patch +36 -0
  50. data/config/patches/libffi/libffi-3.2.1-disable-multi-os-directory.patch +83 -0
  51. data/config/patches/libffi/libffi-3.3-arm64.patch +9608 -0
  52. data/config/patches/libxslt/libxslt-solaris-configure.patch +19 -0
  53. data/config/patches/libxslt/libxslt-windows-relocate.patch +12 -0
  54. data/config/patches/libyaml/windows-configure.patch +26 -0
  55. data/config/patches/libzmq/zeromq-4.0.11_mingw_inet_pton.patch +37 -0
  56. data/config/patches/libzmq/zeromq-aix-4.2.2-LARGE_FILES.patch +56 -0
  57. data/config/patches/libzmq/zeromq-aix-4.2.2-atomic-counter-fetch_and_add.patch +59 -0
  58. data/config/patches/logrotate/logrotate_basedir_override.patch +17 -0
  59. data/config/patches/m4/m4-1.4.18-glibc-change-work-around.patch +115 -0
  60. data/config/patches/make/deb-make-glob.patch +31 -0
  61. data/config/patches/ncurses/ncurses-5.9-gcc-5.patch +46 -0
  62. data/config/patches/ncurses/ncurses-5.9-solaris-xopen_source_extended-detection.patch +11 -0
  63. data/config/patches/ncurses/ncurses-clang.patch +43 -0
  64. data/config/patches/ncurses/patch-aa +23 -0
  65. data/config/patches/ncurses/patch-ab +44 -0
  66. data/config/patches/ncurses/patch-ac +40 -0
  67. data/config/patches/ncurses/patch-ad +13 -0
  68. data/config/patches/ncurses/patch-cxx_cursesf.h +22 -0
  69. data/config/patches/ncurses/patch-cxx_cursesm.h +22 -0
  70. data/config/patches/ncurses/patch-ncurses_tinfo_lib__baudrate.c +24 -0
  71. data/config/patches/openssl/openssl-1.0.1f-do-not-build-docs.patch +28 -0
  72. data/config/patches/openssl/openssl-1.0.1j-windows-relocate-dll.patch +20 -0
  73. data/config/patches/openssl/openssl-1.0.1q-fix-compiler-flags-table-for-msys.patch +20 -0
  74. data/config/patches/openssl/openssl-1.0.2x-darwin-arm64.patch +54 -0
  75. data/config/patches/openssl/openssl-1.1.0f-do-not-install-docs.patch +11 -0
  76. data/config/patches/openssl/openssl-3.0.1-do-not-install-docs.patch +22 -0
  77. data/config/patches/openssl-fips/openssl-fips-fix-compiler-flags-table-for-msys.patch +11 -0
  78. data/config/patches/perl/perl-5.18.1-remove_lnsl.patch +441 -0
  79. data/config/patches/perl/perl-5.22.1-remove_lnsl.patch +512 -0
  80. data/config/patches/perl/perl-5.30.0-remove_lnsl.patch +518 -0
  81. data/config/patches/perl/perl-5.32.1-remove_lnsl.patch +456 -0
  82. data/config/patches/perl/perl-5.34.0-remove_lnsl.patch +516 -0
  83. data/config/patches/pkg-config/openbsd-charset.patch +19 -0
  84. data/config/patches/popt/v1.16.ppc64le-configure.patch +18 -0
  85. data/config/patches/redis/password-from-environment.patch +19 -0
  86. data/config/patches/ruby/patch-configure +103 -0
  87. data/config/patches/ruby/remove_nano.patch +10 -0
  88. data/config/patches/ruby/ruby-2.6.7_c99.patch +12 -0
  89. data/config/patches/ruby/ruby-3.0.1-configure.patch +281 -0
  90. data/config/patches/ruby/ruby-3.0.2-configure.patch +251 -0
  91. data/config/patches/ruby/ruby-aix-atomic.patch +11 -0
  92. data/config/patches/ruby/ruby-aix-configure_26_and_later.patch +19 -0
  93. data/config/patches/ruby/ruby-aix-vm-core.patch +14 -0
  94. data/config/patches/ruby/ruby-fast-load_26.patch +16 -0
  95. data/config/patches/ruby/ruby-fast-load_31.patch +16 -0
  96. data/config/patches/ruby/ruby-faster-load_26.patch +11 -0
  97. data/config/patches/ruby/ruby-faster-load_27.patch +11 -0
  98. data/config/patches/ruby/ruby-mkmf.patch +29 -0
  99. data/config/patches/ruby/ruby-no-stack-protector-strong.patch +11 -0
  100. data/config/patches/ruby/ruby-no-stack-protector.patch +13 -0
  101. data/config/patches/ruby/ruby-win32_warning_removal.patch +12 -0
  102. data/config/patches/ruby/ruby_aix_openssl.patch +10 -0
  103. data/config/patches/ruby/ruby_aix_ssl_EAGAIN.patch +19 -0
  104. data/config/patches/ruby/rvm-cflags.patch +27 -0
  105. data/config/patches/stunnel/stunnel-on-windows.patch +42 -0
  106. data/config/patches/zlib/zlib-windows-relocate.patch +20 -0
  107. data/config/software/autoconf.rb +46 -0
  108. data/config/software/automake.rb +49 -0
  109. data/config/software/bash.rb +72 -0
  110. data/config/software/berkshelf-no-depselector.rb +46 -0
  111. data/config/software/berkshelf.rb +34 -0
  112. data/config/software/binutils.rb +47 -0
  113. data/config/software/bundler.rb +38 -0
  114. data/config/software/bzip2.rb +55 -0
  115. data/config/software/cacerts.rb +50 -0
  116. data/config/software/chef-gem.rb +35 -0
  117. data/config/software/chef.rb +112 -0
  118. data/config/software/cmake.rb +94 -0
  119. data/config/software/config_guess.rb +37 -0
  120. data/config/software/cpanminus.rb +49 -0
  121. data/config/software/curl.rb +103 -0
  122. data/config/software/delivery-cli.rb +89 -0
  123. data/config/software/dep-selector-libgecode.rb +48 -0
  124. data/config/software/elasticsearch.rb +61 -0
  125. data/config/software/elixir.rb +35 -0
  126. data/config/software/erlang.rb +134 -0
  127. data/config/software/expat.rb +63 -0
  128. data/config/software/fakeroot.rb +41 -0
  129. data/config/software/ffi-yajl.rb +46 -0
  130. data/config/software/figlet-fonts.rb +31 -0
  131. data/config/software/figlet.rb +44 -0
  132. data/config/software/gcc.rb +60 -0
  133. data/config/software/gdbm.rb +54 -0
  134. data/config/software/gecode.rb +62 -0
  135. data/config/software/gem-permissions.rb +43 -0
  136. data/config/software/git-windows.rb +96 -0
  137. data/config/software/git.rb +138 -0
  138. data/config/software/gmp.rb +48 -0
  139. data/config/software/go-uninstall.rb +33 -0
  140. data/config/software/go.rb +116 -0
  141. data/config/software/google-protobuf.rb +45 -0
  142. data/config/software/gtar.rb +62 -0
  143. data/config/software/help2man.rb +40 -0
  144. data/config/software/highline-gem.rb +37 -0
  145. data/config/software/ibm-jre.rb +59 -0
  146. data/config/software/inspec.rb +43 -0
  147. data/config/software/jre-from-jdk.rb +67 -0
  148. data/config/software/keepalived.rb +68 -0
  149. data/config/software/libarchive.rb +71 -0
  150. data/config/software/libedit.rb +73 -0
  151. data/config/software/libffi.rb +68 -0
  152. data/config/software/libgcc.rb +52 -0
  153. data/config/software/libiconv.rb +55 -0
  154. data/config/software/libintl-perl.rb +56 -0
  155. data/config/software/liblzma.rb +59 -0
  156. data/config/software/libossp-uuid.rb +45 -0
  157. data/config/software/libsodium.rb +40 -0
  158. data/config/software/libtool.rb +56 -0
  159. data/config/software/libuuid.rb +45 -0
  160. data/config/software/libxml2.rb +63 -0
  161. data/config/software/libxslt.rb +64 -0
  162. data/config/software/libyajl2-gem.rb +44 -0
  163. data/config/software/libyaml.rb +50 -0
  164. data/config/software/libzmq.rb +93 -0
  165. data/config/software/logrotate.rb +61 -0
  166. data/config/software/lua.rb +46 -0
  167. data/config/software/m4.rb +40 -0
  168. data/config/software/make.rb +43 -0
  169. data/config/software/makedepend.rb +44 -0
  170. data/config/software/mpc.rb +44 -0
  171. data/config/software/mpfr.rb +45 -0
  172. data/config/software/musl.rb +107 -0
  173. data/config/software/mysql2.rb +50 -0
  174. data/config/software/ncurses.rb +159 -0
  175. data/config/software/nginx.rb +55 -0
  176. data/config/software/nodejs-binary.rb +90 -0
  177. data/config/software/nodejs.rb +58 -0
  178. data/config/software/nokogiri.rb +92 -0
  179. data/config/software/omnibus-ctl.rb +42 -0
  180. data/config/software/openresty.rb +94 -0
  181. data/config/software/opensearch.rb +54 -0
  182. data/config/software/openssl-customization.rb +81 -0
  183. data/config/software/openssl-fips.rb +81 -0
  184. data/config/software/openssl.rb +185 -0
  185. data/config/software/patch.rb +46 -0
  186. data/config/software/patchelf.rb +66 -0
  187. data/config/software/pcre.rb +53 -0
  188. data/config/software/perl-extutils-embed.rb +37 -0
  189. data/config/software/perl-extutils-makemaker.rb +46 -0
  190. data/config/software/perl-thread-queue.rb +40 -0
  191. data/config/software/perl.rb +78 -0
  192. data/config/software/perl_pg_driver.rb +45 -0
  193. data/config/software/pg-gem.rb +36 -0
  194. data/config/software/pkg-config-lite.rb +46 -0
  195. data/config/software/pkg-config.rb +66 -0
  196. data/config/software/popt.rb +54 -0
  197. data/config/software/postgresql.rb +70 -0
  198. data/config/software/preparation.rb +31 -0
  199. data/config/software/python.rb +79 -0
  200. data/config/software/rabbitmq.rb +58 -0
  201. data/config/software/rb-readline.rb +33 -0
  202. data/config/software/rbnacl-libsodium.rb +42 -0
  203. data/config/software/rbzmq.rb +44 -0
  204. data/config/software/rebar.rb +42 -0
  205. data/config/software/redis-gem.rb +36 -0
  206. data/config/software/redis.rb +51 -0
  207. data/config/software/relx.rb +39 -0
  208. data/config/software/rsync.rb +55 -0
  209. data/config/software/ruby-cleanup.rb +254 -0
  210. data/config/software/ruby-msys2-devkit.rb +77 -0
  211. data/config/software/ruby-windows-devkit-bash.rb +41 -0
  212. data/config/software/ruby-windows-devkit.rb +84 -0
  213. data/config/software/ruby.rb +306 -0
  214. data/config/software/rubygems.rb +73 -0
  215. data/config/software/runit.rb +67 -0
  216. data/config/software/rust-uninstall.rb +32 -0
  217. data/config/software/rust.rb +97 -0
  218. data/config/software/sequel-gem.rb +36 -0
  219. data/config/software/server-jre.rb +125 -0
  220. data/config/software/server-open-jre.rb +112 -0
  221. data/config/software/setuptools.rb +48 -0
  222. data/config/software/shebang-cleanup.rb +101 -0
  223. data/config/software/sqitch.rb +87 -0
  224. data/config/software/stunnel.rb +86 -0
  225. data/config/software/util-macros.rb +42 -0
  226. data/config/software/version-manifest.rb +33 -0
  227. data/config/software/xproto.rb +42 -0
  228. data/config/software/zlib.rb +85 -0
  229. data/config/templates/git/config.mak.erb +31 -0
  230. data/config/templates/rubygems/register_devtools.rb.erb +33 -0
  231. data/config/templates/runit/runsvdir-start.erb +42 -0
  232. data/docker-compose.yml +15 -0
  233. data/lib/omnibus-software/version.rb +3 -0
  234. data/lib/omnibus-software.rb +115 -0
  235. data/omnibus-software.gemspec +20 -0
  236. data/test/Gemfile +10 -0
  237. data/test/config/projects/test.rb +14 -0
  238. data/test/generate_steps.rb +55 -0
  239. data/test/omnibus-build.sh +50 -0
  240. data/test/omnibus.rb +55 -0
  241. metadata +296 -0
@@ -0,0 +1,456 @@
1
+ diff --git a/Configure b/Configure
2
+ index fbc2258..14d9eba 100755
3
+ --- a/Configure
4
+ +++ b/Configure
5
+ @@ -1491,7 +1491,7 @@ archname=''
6
+ usereentrant='undef'
7
+ : List of libraries we want.
8
+ : If anyone needs extra -lxxx, put those in a hint file.
9
+ -libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld"
10
+ +libswanted="cl pthread socket bind inet ndbm gdbm dbm db malloc dl ld"
11
+ libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
12
+ : We probably want to search /usr/shlib before most other libraries.
13
+ : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
14
+ diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
15
+ index d97a698..0eec85e 100644
16
+ --- a/Cross/config.sh-arm-linux
17
+ +++ b/Cross/config.sh-arm-linux
18
+ @@ -869,12 +869,12 @@ lib_ext='.a'
19
+ libc='/lib/libc-2.2.2.so'
20
+ libperl='libperl.so'
21
+ libpth='/usr/local/lib /lib /usr/lib'
22
+ -libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
23
+ +libs='-ldl -lm -lcrypt -lutil -lc'
24
+ libsdirs=' /usr/lib'
25
+ -libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
26
+ -libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
27
+ +libsfiles=' libdl.so libm.so libcrypt.so libutil.so libc.so'
28
+ +libsfound=' /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
29
+ libspath=' /usr/local/lib /lib /usr/lib'
30
+ -libswanted='socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
31
+ +libswanted='socket bind inet nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
32
+ libswanted_uselargefiles=''
33
+ line=''
34
+ lint=''
35
+ @@ -962,7 +962,7 @@ perl=''
36
+ perl_patchlevel=''
37
+ perl_static_inline='static'
38
+ perladmin='red@criticalintegration.com'
39
+ -perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
40
+ +perllibs='-ldl -lm -lcrypt -lutil -lc'
41
+ perlpath='/usr/bin/perl'
42
+ pg='pg'
43
+ phostname='hostname'
44
+ diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
45
+ index 3ad709f..b3752bb 100644
46
+ --- a/Cross/config.sh-arm-linux-n770
47
+ +++ b/Cross/config.sh-arm-linux-n770
48
+ @@ -867,12 +867,12 @@ lib_ext='.arma'
49
+ libc='/lib/libc-2.2.2.so'
50
+ libperl='libperl.arma'
51
+ libpth='/usr/local/lib /lib /usr/lib'
52
+ -libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
53
+ +libs='-ldl -lm -lcrypt -lutil -lc'
54
+ libsdirs=' /usr/lib'
55
+ -libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
56
+ -libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
57
+ +libsfiles=' libdl.so libm.so libcrypt.so libutil.so libc.so'
58
+ +libsfound=' /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
59
+ libspath=' /usr/local/lib /lib /usr/lib'
60
+ -libswanted='socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
61
+ +libswanted='socket bind inet nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
62
+ libswanted_uselargefiles=''
63
+ line=''
64
+ lint=''
65
+ @@ -960,7 +960,7 @@ perl=''
66
+ perl_patchlevel=''
67
+ perl_static_inline='static'
68
+ perladmin='red@criticalintegration.com'
69
+ -perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
70
+ +perllibs='-ldl -lm -lcrypt -lutil -lc'
71
+ perlpath='/usr/bin/perl'
72
+ pg='pg'
73
+ phostname='hostname'
74
+ diff --git a/INSTALL b/INSTALL
75
+ index 76edeec..6a039a2 100644
76
+ --- a/INSTALL
77
+ +++ b/INSTALL
78
+ @@ -1629,7 +1629,7 @@ If the build of miniperl fails with a long list of missing functions or
79
+ undefined symbols, check the libs variable in the config.sh file. It
80
+ should look something like
81
+
82
+ - libs='-lsocket -lnsl -ldl -lm -lc'
83
+ + libs='-lsocket -ldl -lm -lc'
84
+
85
+ The exact libraries will vary from system to system, but you typically
86
+ need to include at least the math library -lm. Normally, Configure
87
+ diff --git a/NetWare/config.wc b/NetWare/config.wc
88
+ index b0a02f5..f699a65 100644
89
+ --- a/NetWare/config.wc
90
+ +++ b/NetWare/config.wc
91
+ @@ -849,7 +849,7 @@ libsdirs=''
92
+ libsfiles=''
93
+ libsfound=''
94
+ libspath=''
95
+ -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
96
+ +libswanted='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
97
+ line='line'
98
+ lint=''
99
+ lkflags=''
100
+ diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl
101
+ index b6c75a9..33de0c0 100755
102
+ --- a/Porting/bisect-runner.pl
103
+ +++ b/Porting/bisect-runner.pl
104
+ @@ -1550,7 +1550,7 @@ unless (extract_from_file('Configure', 'ignore_versioned_solibs')) {
105
+ my @libs;
106
+ # This is the current libswanted list from Configure, less the libs removed
107
+ # by current hints/linux.sh
108
+ - foreach my $lib (qw(sfio socket inet nsl nm ndbm gdbm dbm db malloc dl
109
+ + foreach my $lib (qw(sfio socket inet nm ndbm gdbm dbm db malloc dl
110
+ ld sun m crypt sec util c cposix posix ucb BSD)) {
111
+ foreach my $dir (@paths) {
112
+ # Note the wonderful consistency of dot-or-not in the config vars:
113
+ diff --git a/Porting/config.sh b/Porting/config.sh
114
+ index 2d2287c..c8fab58 100644
115
+ --- a/Porting/config.sh
116
+ +++ b/Porting/config.sh
117
+ @@ -894,12 +894,12 @@ lib_ext='.a'
118
+ libc='libc-2.19.so'
119
+ libperl='libperl.a'
120
+ libpth='/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib'
121
+ -libs='-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat'
122
+ +libs='-lpthread -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat'
123
+ libsdirs=' /usr/lib/x86_64-linux-gnu'
124
+ -libsfiles=' libpthread.so libnsl.so libgdbm.so libdb.so libdl.so libm.so libcrypt.so libutil.so libc.so libgdbm_compat.so'
125
+ -libsfound=' /usr/lib/x86_64-linux-gnu/libpthread.so /usr/lib/x86_64-linux-gnu/libnsl.so /usr/lib/x86_64-linux-gnu/libgdbm.so /usr/lib/x86_64-linux-gnu/libdb.so /usr/lib/x86_64-linux-gnu/libdl.so /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libcrypt.so /usr/lib/x86_64-linux-gnu/libutil.so /usr/lib/x86_64-linux-gnu/libc.so /usr/lib/x86_64-linux-gnu/libgdbm_compat.so'
126
+ +libsfiles=' libpthread.so libgdbm.so libdb.so libdl.so libm.so libcrypt.so libutil.so libc.so libgdbm_compat.so'
127
+ +libsfound=' /usr/lib/x86_64-linux-gnu/libpthread.so /usr/lib/x86_64-linux-gnu/libgdbm.so /usr/lib/x86_64-linux-gnu/libdb.so /usr/lib/x86_64-linux-gnu/libdl.so /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libcrypt.so /usr/lib/x86_64-linux-gnu/libutil.so /usr/lib/x86_64-linux-gnu/libc.so /usr/lib/x86_64-linux-gnu/libgdbm_compat.so'
128
+ libspath=' /usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib'
129
+ -libswanted='cl pthread cl pthread socket inet nsl gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat'
130
+ +libswanted='cl pthread cl pthread socket inet gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat'
131
+ libswanted_uselargefiles=''
132
+ line=''
133
+ lint=''
134
+ @@ -986,7 +986,7 @@ perl='perl'
135
+ perl_patchlevel=''
136
+ perl_static_inline='static __inline__'
137
+ perladmin='yourname@yourhost.yourplace.com'
138
+ -perllibs='-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc'
139
+ +perllibs='-lpthread -ldl -lm -lcrypt -lutil -lc'
140
+ perlpath='/opt/perl/bin/perl5.32.1'
141
+ pg='pg'
142
+ phostname=''
143
+ diff --git a/configure.com b/configure.com
144
+ index 713e875..6273d5d 100644
145
+ --- a/configure.com
146
+ +++ b/configure.com
147
+ @@ -117,7 +117,7 @@ $!: is prepended to libpth. This variable takes care of special !sfn
148
+ $!: machines, like the mips. Usually, it should be empty. !sfn
149
+ $!plibpth='' !sfn
150
+ $!: List of libraries we want. !sfn
151
+ -$!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn
152
+ +$!libswanted='net socket inet nm ndbm gdbm dbm db malloc dl' !sfn
153
+ $!libswanted="$libswanted ld sun m c cposix posix ndir dir crypt" !sfn
154
+ $!libswanted="$libswanted ucb bsd BSD PW x" !sfn
155
+ $!: We probably want to search /usr/shlib before most other libraries. !sfn
156
+ diff --git a/cpan/Config-Perl-V/t/20_plv56.t b/cpan/Config-Perl-V/t/20_plv56.t
157
+ index 252a162..5004c9a 100644
158
+ --- a/cpan/Config-Perl-V/t/20_plv56.t
159
+ +++ b/cpan/Config-Perl-V/t/20_plv56.t
160
+ @@ -63,8 +63,8 @@ Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
161
+ Linker and Libraries:
162
+ ld='cc', ldflags ='-L/pro/local/lib'
163
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
164
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
165
+ - perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
166
+ + libs=-lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
167
+ + perllibs=-ldl -lm -lc -lcrypt -lutil
168
+ libc=/lib/libc-2.10.1.so, so=so, useshrplib=false, libperl=libperl.a
169
+ Dynamic Linking:
170
+ dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
171
+ diff --git a/cpan/Config-Perl-V/t/21_plv58.t b/cpan/Config-Perl-V/t/21_plv58.t
172
+ index b354e24..d747355 100644
173
+ --- a/cpan/Config-Perl-V/t/21_plv58.t
174
+ +++ b/cpan/Config-Perl-V/t/21_plv58.t
175
+ @@ -67,8 +67,8 @@ Summary of my perl5 (revision 5 version 8 subversion 9) configuration:
176
+ Linker and Libraries:
177
+ ld='cc', ldflags ='-L/pro/local/lib'
178
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
179
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
180
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
181
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
182
+ + perllibs=-ldl -lm -lcrypt -lutil -lpthread -lc
183
+ libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
184
+ gnulibc_version='2.11.2'
185
+ Dynamic Linking:
186
+ diff --git a/cpan/Config-Perl-V/t/22_plv510.t b/cpan/Config-Perl-V/t/22_plv510.t
187
+ index bec688c..4641d12 100644
188
+ --- a/cpan/Config-Perl-V/t/22_plv510.t
189
+ +++ b/cpan/Config-Perl-V/t/22_plv510.t
190
+ @@ -57,8 +57,8 @@ Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
191
+ Linker and Libraries:
192
+ ld='cc', ldflags ='-L/pro/local/lib'
193
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
194
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
195
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
196
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
197
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
198
+ libc=/lib/libc-2.6.1.so, so=so, useshrplib=false, libperl=libperl.a
199
+ gnulibc_version='2.6.1'
200
+ Dynamic Linking:
201
+ diff --git a/cpan/Config-Perl-V/t/23_plv512.t b/cpan/Config-Perl-V/t/23_plv512.t
202
+ index 03c69cb..47d7f97 100644
203
+ --- a/cpan/Config-Perl-V/t/23_plv512.t
204
+ +++ b/cpan/Config-Perl-V/t/23_plv512.t
205
+ @@ -68,8 +68,8 @@ Summary of my perl5 (revision 5 version 12 subversion 2) configuration:
206
+ Linker and Libraries:
207
+ ld='/usr/bin/ld', ldflags ='-L/pro/local/lib +DD64 -L/usr/lib/hpux64'
208
+ libpth=/pro/local/lib /usr/lib/hpux64 /lib /usr/lib /usr/ccs/lib /usr/local/lib
209
+ - libs=-lcl -lpthread -lnsl -lnm -ldb -ldl -ldld -lm -lsec -lc
210
+ - perllibs=-lcl -lpthread -lnsl -lnm -ldl -ldld -lm -lsec -lc
211
+ + libs=-lcl -lpthread -lnm -ldb -ldl -ldld -lm -lsec -lc
212
+ + perllibs=-lcl -lpthread -lnm -ldl -ldld -lm -lsec -lc
213
+ libc=/usr/lib/hpux64/libc.so, so=so, useshrplib=false, libperl=libperl.a
214
+ gnulibc_version=''
215
+ Dynamic Linking:
216
+ diff --git a/cpan/Config-Perl-V/t/24_plv514.t b/cpan/Config-Perl-V/t/24_plv514.t
217
+ index 3377b41..fdd8046 100644
218
+ --- a/cpan/Config-Perl-V/t/24_plv514.t
219
+ +++ b/cpan/Config-Perl-V/t/24_plv514.t
220
+ @@ -69,8 +69,8 @@ Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
221
+ Linker and Libraries:
222
+ ld='ld', ldflags ='-L/usr/local/ppc64/lib64 -b64 -q64 -L/pro/local/lib -brtl -bdynamic -b64'
223
+ libpth=/usr/local/ppc64/lib64 /lib /usr/lib /usr/ccs/lib /usr/local/lib /usr/lib64
224
+ - libs=-lbind -lnsl -ldbm -ldb -ldl -lld -lm -lcrypt -lc
225
+ - perllibs=-lbind -lnsl -ldl -lld -lm -lcrypt -lc
226
+ + libs=-lbind -ldbm -ldb -ldl -lld -lm -lcrypt -lc
227
+ + perllibs=-lbind -ldl -lld -lm -lcrypt -lc
228
+ libc=/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a
229
+ gnulibc_version=''
230
+ Dynamic Linking:
231
+ diff --git a/cpan/Config-Perl-V/t/25_plv516.t b/cpan/Config-Perl-V/t/25_plv516.t
232
+ index 5505245..5bad2ce 100644
233
+ --- a/cpan/Config-Perl-V/t/25_plv516.t
234
+ +++ b/cpan/Config-Perl-V/t/25_plv516.t
235
+ @@ -69,8 +69,8 @@ Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
236
+ Linker and Libraries:
237
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
238
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
239
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
240
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
241
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
242
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
243
+ libc=/lib/libc-2.15.so, so=so, useshrplib=false, libperl=libperl.a
244
+ gnulibc_version='2.15'
245
+ Dynamic Linking:
246
+ diff --git a/cpan/Config-Perl-V/t/26_plv518.t b/cpan/Config-Perl-V/t/26_plv518.t
247
+ index a255797..d3ab0b6 100644
248
+ --- a/cpan/Config-Perl-V/t/26_plv518.t
249
+ +++ b/cpan/Config-Perl-V/t/26_plv518.t
250
+ @@ -94,8 +94,8 @@ Summary of my perl5 (revision 5 version 18 subversion 0) configuration:
251
+ Linker and Libraries:
252
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
253
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
254
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
255
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
256
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
257
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
258
+ libc=/lib/libc-2.17.so, so=so, useshrplib=false, libperl=libperl.a
259
+ gnulibc_version='2.17'
260
+ Dynamic Linking:
261
+ diff --git a/cpan/Config-Perl-V/t/26_plv5182.t b/cpan/Config-Perl-V/t/26_plv5182.t
262
+ index 25e52bb..fc24cd1 100644
263
+ --- a/cpan/Config-Perl-V/t/26_plv5182.t
264
+ +++ b/cpan/Config-Perl-V/t/26_plv5182.t
265
+ @@ -94,8 +94,8 @@ Summary of my perl5 (revision 5 version 18 subversion 2) configuration:
266
+ Linker and Libraries:
267
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
268
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
269
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
270
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
271
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
272
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
273
+ libc=/lib/libc-2.18.so, so=so, useshrplib=false, libperl=libperl.a
274
+ gnulibc_version='2.18'
275
+ Dynamic Linking:
276
+ diff --git a/cpan/Config-Perl-V/t/27_plv5200.t b/cpan/Config-Perl-V/t/27_plv5200.t
277
+ index f44273d..ca84b18 100644
278
+ --- a/cpan/Config-Perl-V/t/27_plv5200.t
279
+ +++ b/cpan/Config-Perl-V/t/27_plv5200.t
280
+ @@ -96,8 +96,8 @@ Summary of my perl5 (revision 5 version 20 subversion 0) configuration:
281
+ Linker and Libraries:
282
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
283
+ libpth=/usr/local/lib /usr/lib/gcc/i586-suse-linux/4.8/include-fixed /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/lib /usr/lib /pro/local/lib /lib
284
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
285
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
286
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
287
+ + perllibs=-ldl -lm -lcrypt -lutil -lpthread -lc
288
+ libc=libc-2.18.so, so=so, useshrplib=false, libperl=libperl.a
289
+ gnulibc_version='2.18'
290
+ Dynamic Linking:
291
+ diff --git a/cpan/Config-Perl-V/t/27_plv5202.t b/cpan/Config-Perl-V/t/27_plv5202.t
292
+ index 83c3cb0..13b58a2 100644
293
+ --- a/cpan/Config-Perl-V/t/27_plv5202.t
294
+ +++ b/cpan/Config-Perl-V/t/27_plv5202.t
295
+ @@ -97,8 +97,8 @@ Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
296
+ Linker and Libraries:
297
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
298
+ libpth=/usr/local/lib /usr/lib64/gcc/x86_64-suse-linux/4.8/include-fixed /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib /usr/lib /pro/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
299
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
300
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
301
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
302
+ + perllibs=-ldl -lm -lcrypt -lutil -lpthread -lc
303
+ libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
304
+ gnulibc_version='2.19'
305
+ Dynamic Linking:
306
+ diff --git a/cpan/Config-Perl-V/t/28_plv5220.t b/cpan/Config-Perl-V/t/28_plv5220.t
307
+ index 885445b..26506c3 100644
308
+ --- a/cpan/Config-Perl-V/t/28_plv5220.t
309
+ +++ b/cpan/Config-Perl-V/t/28_plv5220.t
310
+ @@ -97,8 +97,8 @@ Summary of my perl5 (revision 5 version 22 subversion 0) configuration:
311
+ Linker and Libraries:
312
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
313
+ libpth=/usr/local/lib /usr/lib64/gcc/x86_64-suse-linux/4.8/include-fixed /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib /usr/lib /pro/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
314
+ - libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
315
+ - perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
316
+ + libs=-lpthread -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
317
+ + perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
318
+ libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
319
+ gnulibc_version='2.19'
320
+ Dynamic Linking:
321
+ diff --git a/cpan/Config-Perl-V/t/30_plv5240.t b/cpan/Config-Perl-V/t/30_plv5240.t
322
+ index 2d6c0fd..c4a8e13 100644
323
+ --- a/cpan/Config-Perl-V/t/30_plv5240.t
324
+ +++ b/cpan/Config-Perl-V/t/30_plv5240.t
325
+ @@ -102,8 +102,8 @@ Summary of my perl5 (revision 5 version 24 subversion 0) configuration:
326
+ Linker and Libraries:
327
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector-strong'
328
+ libpth=/usr/local/lib /usr/lib64/gcc/x86_64-suse-linux/5/include-fixed /usr/lib64/gcc/x86_64-suse-linux/5/../../../../x86_64-suse-linux/lib /usr/lib /pro/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
329
+ - libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
330
+ - perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
331
+ + libs=-lpthread -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
332
+ + perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
333
+ libc=libc-2.23.so, so=so, useshrplib=false, libperl=libperl.a
334
+ gnulibc_version='2.23'
335
+ Dynamic Linking:
336
+ diff --git a/cpan/Config-Perl-V/t/31_plv52511.t b/cpan/Config-Perl-V/t/31_plv52511.t
337
+ index a5b39ca..bcceca7 100644
338
+ --- a/cpan/Config-Perl-V/t/31_plv52511.t
339
+ +++ b/cpan/Config-Perl-V/t/31_plv52511.t
340
+ @@ -131,8 +131,8 @@ Summary of my perl5 (revision 5 version 25 subversion 11) configuration:
341
+ ld='cc'
342
+ ldflags ='-L/pro/local/lib -fstack-protector-strong'
343
+ libpth=/usr/local/lib /usr/lib64/gcc/x86_64-suse-linux/6/include-fixed /usr/lib64/gcc/x86_64-suse-linux/6/../../../../x86_64-suse-linux/lib /usr/lib /pro/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
344
+ - libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
345
+ - perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
346
+ + libs=-lpthread -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
347
+ + perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
348
+ libc=libc-2.24.so
349
+ so=so
350
+ useshrplib=false
351
+ diff --git a/cpan/Config-Perl-V/t/32_plv5261rc1.t b/cpan/Config-Perl-V/t/32_plv5261rc1.t
352
+ index 9db16b2..57b1e11 100644
353
+ --- a/cpan/Config-Perl-V/t/32_plv5261rc1.t
354
+ +++ b/cpan/Config-Perl-V/t/32_plv5261rc1.t
355
+ @@ -130,8 +130,8 @@ Summary of my perl5 (revision 5 version 26 subversion 1) configuration:
356
+ ld='ccache cc'
357
+ ldflags ='-L/pro/local/lib -fstack-protector'
358
+ libpth=/usr/local/lib /usr/lib64/gcc/x86_64-suse-linux/4.8/include-fixed /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib /usr/lib /pro/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
359
+ - libs=-lpthread -lnsl -ldb -ldl -lm -lcrypt -lutil -lc
360
+ - perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
361
+ + libs=-lpthread -ldb -ldl -lm -lcrypt -lutil -lc
362
+ + perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
363
+ libc=libc-2.19.so
364
+ so=so
365
+ useshrplib=false
366
+ diff --git a/cpan/Config-Perl-V/t/33_plv52711r.t b/cpan/Config-Perl-V/t/33_plv52711r.t
367
+ index c6940d2..d7f2147 100644
368
+ --- a/cpan/Config-Perl-V/t/33_plv52711r.t
369
+ +++ b/cpan/Config-Perl-V/t/33_plv52711r.t
370
+ @@ -130,8 +130,8 @@ Summary of my perl5 (revision 5 version 27 subversion 11) configuration:
371
+ ld='cc'
372
+ ldflags ='-L/pro/local/lib -fstack-protector-strong'
373
+ libpth=/usr/local/lib /usr/lib64/gcc/x86_64-suse-linux/7/include-fixed /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/lib /usr/lib /pro/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
374
+ - libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
375
+ - perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
376
+ + libs=-lpthread -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
377
+ + perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
378
+ libc=libc-2.27.so
379
+ so=so
380
+ useshrplib=false
381
+ diff --git a/cpan/Config-Perl-V/t/34_plv5280.t b/cpan/Config-Perl-V/t/34_plv5280.t
382
+ index f6c38df..47a1e0e 100644
383
+ --- a/cpan/Config-Perl-V/t/34_plv5280.t
384
+ +++ b/cpan/Config-Perl-V/t/34_plv5280.t
385
+ @@ -129,8 +129,8 @@ Summary of my perl5 (revision 5 version 28 subversion 0) configuration:
386
+ ld='cc'
387
+ ldflags ='-L/pro/local/lib -fstack-protector-strong'
388
+ libpth=/usr/local/lib /usr/lib64/gcc/x86_64-suse-linux/8/include-fixed /usr/lib64/gcc/x86_64-suse-linux/8/../../../../x86_64-suse-linux/lib /usr/lib /pro/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
389
+ - libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
390
+ - perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
391
+ + libs=-lpthread -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
392
+ + perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
393
+ libc=libc-2.27.so
394
+ so=so
395
+ useshrplib=false
396
+ diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
397
+ index cd494c4..cf0d41b 100644
398
+ --- a/plan9/config_sh.sample
399
+ +++ b/plan9/config_sh.sample
400
+ @@ -856,7 +856,7 @@ libsdirs=''
401
+ libsfiles=''
402
+ libsfound=''
403
+ libspath=' /lib'
404
+ -libswanted='socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt sec ucb bsd BSD PW x util'
405
+ +libswanted='socket bind inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt sec ucb bsd BSD PW x util'
406
+ libswanted_uselargefiles=''
407
+ line=''
408
+ lint=''
409
+ diff --git a/pod/perlrun.pod b/pod/perlrun.pod
410
+ index 89a7aa8..f92a2a5 100644
411
+ --- a/pod/perlrun.pod
412
+ +++ b/pod/perlrun.pod
413
+ @@ -895,11 +895,11 @@ non-letters). For example:
414
+ $ perl -V:libc
415
+ libc='/lib/libc-2.2.4.so';
416
+ $ perl -V:lib.
417
+ - libs='-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc';
418
+ + libs='-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc';
419
+ libc='/lib/libc-2.2.4.so';
420
+ $ perl -V:lib.*
421
+ libpth='/usr/local/lib /lib /usr/lib';
422
+ - libs='-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc';
423
+ + libs='-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc';
424
+ lib_ext='.a';
425
+ libc='/lib/libc-2.2.4.so';
426
+ libperl='libperl.a';
427
+ diff --git a/win32/config.gc b/win32/config.gc
428
+ index 793b455..bb6ea3f 100644
429
+ --- a/win32/config.gc
430
+ +++ b/win32/config.gc
431
+ @@ -868,8 +868,8 @@ libsdirs=''
432
+ libsfiles=''
433
+ libsfound=''
434
+ libspath=''
435
+ -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
436
+ -libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
437
+ +libswanted='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
438
+ +libswanted_uselargefiles='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
439
+ line='line'
440
+ lint=''
441
+ lkflags=''
442
+ diff --git a/win32/config.vc b/win32/config.vc
443
+ index a2c3f5a..f223095 100644
444
+ --- a/win32/config.vc
445
+ +++ b/win32/config.vc
446
+ @@ -867,8 +867,8 @@ libsdirs=''
447
+ libsfiles=''
448
+ libsfound=''
449
+ libspath=''
450
+ -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
451
+ -libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
452
+ +libswanted='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
453
+ +libswanted_uselargefiles='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
454
+ line='line'
455
+ lint=''
456
+ lkflags=''