diff options
author | Chip Salzenberg <chip@atlantic.net> | 1996-12-31 10:57:15 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-01 08:59:00 +1200 |
commit | 02b32252cb5781c70cbc96b7697e4796f3e60cd9 (patch) | |
tree | 4c5daae113868e0d9f9c9d1cdea37278fd04eeb1 /hints/ultrix_4.sh | |
parent | 77676ba1ca148a47a08648896b0af31d1f464a3d (diff) | |
download | perl-02b32252cb5781c70cbc96b7697e4796f3e60cd9.tar.gz |
Ultrix setlocale() workaround
Diffstat (limited to 'hints/ultrix_4.sh')
-rw-r--r-- | hints/ultrix_4.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index 76b0768f8d..826cb34c19 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -50,4 +50,7 @@ case "$osvers" in *) ranlib='ranlib' ;; esac +# Settings that don't depend on $osvers: + +util_cflags='ccflags="$ccflags -DLOCALE_ENVIRON_REQUIRED"' groupstype='int' |