Changeset 3513

Show
Ignore:
Timestamp:
12/14/07 13:30:09 (10 months ago)
Author:
georgeb
Message:

Patch: force locale when checking version requirements

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jhalfs/trunk/CLFS3/clfs3.xsl

    r3391 r3513  
    102102      </xsl:when> 
    103103      <!-- Select Endian level for uClibc --> 
     104<!-- 
    104105      <xsl:when test="$endian='xbig' and contains(string(),'LITTLE_ENDIAN')"/> 
    105106      <xsl:when test="$endian='xlittle' and contains(string(),'BIG_ENDIAN')"/> 
     107--> 
    106108      <!-- Setting $LANG for /etc/profile --> 
    107109      <xsl:when test="ancestor::sect1[@id='ch-scripts-profile'] and 
  • jhalfs/trunk/common/libs/func_check_version.sh

    r3471 r3513  
    7777check_prerequisites() {      # 
    7878#----------------------------# 
     79 
     80  # Avoid translation of version strings 
     81  local LC_ALL=C 
     82  export LC_ALL 
    7983 
    8084  # LFS/HLFS/CLFS prerequisites