Changeset 235ce9bac9f82488a8d5e31b95c3916282bd1867

Show
Ignore:
Timestamp:
05/16/07 16:52:02 (1 year ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1179327122 +0000
git-parent:

[881f3f8c783b5d5af15f68111540472c143d9898]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1179327122 +0000
Message:

Patch config.sub to recognize uclibc system.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    r77e5b00 r235ce9b  
    473473${automake} --add-missing --copy -Wall 
    474474 
     475# patch for uclibc support on linux (remove when fixed) 
     476patch -s -p0 << 'EOF' 
     477--- autotools/config.sub.orig   2007-05-16 13:16:41.000000000 +0200 
     478+++ autotools/config.sub    2007-05-16 13:17:34.000000000 +0200 
     479@@ -1110,6 +1110,9 @@ 
     480    -unixware*) 
     481        os=-sysv4.2uw 
     482        ;; 
     483+   -uclibc*) 
     484+       os=-linux 
     485+       ;; 
     486    -gnu/linux*) 
     487        os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` 
     488        ;; 
     489EOF 
     490 
    475491## 
    476492##  files which need to be regenerated