From: Jean-Paul Saman Date: Wed, 16 May 2007 14:52:02 +0000 (+0000) Subject: Patch config.sub to recognize uclibc system. X-Git-Tag: 0.9.0-test0~7413 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=235ce9bac9f82488a8d5e31b95c3916282bd1867;p=vlc Patch config.sub to recognize uclibc system. --- diff --git a/bootstrap b/bootstrap index ba7c30e81b..6a628ff4e7 100755 --- a/bootstrap +++ b/bootstrap @@ -472,6 +472,22 @@ ${autoconf} ${autoheader} ${automake} --add-missing --copy -Wall +# patch for uclibc support on linux (remove when fixed) +patch -s -p0 << 'EOF' +--- autotools/config.sub.orig 2007-05-16 13:16:41.000000000 +0200 ++++ autotools/config.sub 2007-05-16 13:17:34.000000000 +0200 +@@ -1110,6 +1110,9 @@ + -unixware*) + os=-sysv4.2uw + ;; ++ -uclibc*) ++ os=-linux ++ ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; +EOF + ## ## files which need to be regenerated ##