From d4b598a09da504ca76e15a2e5ba9ad76adcc95d5 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Wed, 5 Feb 1997 15:38:45 +0000 Subject: Fix for problem indicated in PR #2666: Perl5 uses setlocale function. Recent jp-perl5 linked this order: libm libmalloc libc libcrypt libxpg4. the function of setlocale in libc has some problems for some locales (for example, ja_JP.EUC). It is needed to link libxpg4 before libc. I change to correct order in configure file of perl5. Submitted by: sampei@yy.cs.keio.ac.jp --- japanese/perl5/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'japanese/perl5/files') diff --git a/japanese/perl5/files/patch-aa b/japanese/perl5/files/patch-aa index e17501b21092..b2a851fdb981 100644 --- a/japanese/perl5/files/patch-aa +++ b/japanese/perl5/files/patch-aa @@ -23,7 +23,7 @@ libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" -libswanted="$libswanted ucb bsd BSD PW x" -+libswanted="$libswanted ucb bsd BSD PW x xpg4" ++libswanted="xpg4 $libswanted ucb bsd BSD PW x" : We probably want to search /usr/shlib before most other libraries. : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` -- cgit v1.2.3