Regenerate Configure et al. after probe unit changes

Bug-Debian: https://bugs.debian.org/762638

Gbp-Pq: Topic debian
Gbp-Pq: Name configure-regen.diff
This commit is contained in:
Niko Tyni 2017-10-14 17:47:09 +03:00 committed by openKylinBot
parent d85118e8cd
commit 4d2d4e02d0
1 changed files with 2 additions and 3 deletions

View File

@ -1487,8 +1487,7 @@ archname=''
usereentrant='undef' usereentrant='undef'
: List of libraries we want. : List of libraries we want.
: If anyone needs extra -lxxx, put those in a hint file. : If anyone needs extra -lxxx, put those in a hint file.
libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld" libswanted='gdbm gdbm_compat db dl m c crypt'
libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
: We probably want to search /usr/shlib before most other libraries. : We probably want to search /usr/shlib before most other libraries.
: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
@ -23840,7 +23839,7 @@ sunos*X4*)
;; ;;
*) case "$usedl" in *) case "$usedl" in
$define|true|[yY]*) $define|true|[yY]*)
set X `echo " $libs " | sed -e 's@ -lndbm @ @' -e 's@ -lgdbm @ @' -e 's@ -lgdbm_compat @ @' -e 's@ -ldbm @ @' -e 's@ -ldb @ @'` set X `echo " $libs " | sed -e 's@ -lgdbm @ @' -e 's@ -lgdbm_compat @ @' -e 's@ -ldb @ @'`
shift shift
perllibs="$*" perllibs="$*"
;; ;;