Changeset 788f897
- Timestamp:
- 02/21/2020 04:32:53 PM (3 years ago)
- Branches:
- multilib-10.1, multilib-before-cross
- Children:
- bc12dcb
- Parents:
- 54a6bc9
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter03/packages.xml
r54a6bc9 r788f897 455 455 cost for a subsequent patch level upgrade within a minor release. 456 456 </para> 457 458 457 </note> 459 458 </listitem> … … 753 752 <para>Download: <ulink url="&vim-url;"/></para> 754 753 <para>MD5 sum: <literal>&vim-md5;</literal></para> 754 <note> 755 <para> 756 The version of vim changes daily. The get the latest version, go to 757 <ulink url="https://github.com/vim/vim/releases"> 758 https://github.com/vim/vim/releases</ulink>. 759 </para> 760 </note> 755 761 </listitem> 756 762 </varlistentry> -
chapter05/gcc-pass1.xml
r54a6bc9 r788f897 184 184 185 185 <varlistentry> 186 <term><parameter>--with-glibc-version=2.11</parameter></term> 187 <listitem> 188 <para>This option ensures the package will be compatible with the host's 189 version of glibc. It is set to the minimum glibc requirement 190 specified in the <xref linkend="ch-partitioning-hostreqs"/>.</para> 191 </listitem> 192 </varlistentry> 193 194 <varlistentry> 186 195 <term><parameter>--with-newlib</parameter></term> 187 196 <listitem> -
chapter06/glibc.xml
r54a6bc9 r788f897 62 62 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen> 63 63 --> 64 <!-- No longer needed 64 65 <para>Fix a problem introduced with the linux-5.2 kernel:</para> 65 66 66 67 <screen><userinput remap="pre">sed -i '/asm.socket.h/a# include <linux/sockios.h>' \ 67 68 sysdeps/unix/sysv/linux/bits/socket.h</userinput></screen> 68 69 --> 69 70 <para>Create a symlink for LSB 70 71 compliance. Additionally, for x86_64, create a compatibility symlink -
lfs-latest.php
r54a6bc9 r788f897 121 121 if ( $package == "mpfr" ) $dirpath = "http://mpfr.loria.fr/mpfr-current"; 122 122 if ( $package == "ninja" ) $dirpath = "https://github.com/ninja-build/ninja/releases"; 123 if ( $package == "procps-ng" ) $dirpath = "http://sourceforge.net/projects/procps-ng/files"; 124 if ( $package == "psmisc" ) $dirpath = "http://sourceforge.net/projects/$package/files"; 123 //if ( $package == "procps-ng" ) $dirpath = "http://sourceforge.net/projects/procps-ng/files"; 124 if ( $package == "procps-ng" ) $dirpath = "https://gitlab.com/procps-ng/procps/-/tags"; 125 //if ( $package == "psmisc" ) $dirpath = "http://sourceforge.net/projects/$package/files"; 126 if ( $package == "psmisc" ) $dirpath = "https://gitlab.com/psmisc/psmisc/-/tags"; 125 127 if ( $package == "shadow" ) $dirpath = "https://github.com/shadow-maint/shadow/releases"; 126 128 if ( $package == "systemd" ) $dirpath = "https://github.com/systemd/systemd/releases"; … … 276 278 } 277 279 280 if ( $package == "procps-ng" ) 281 return find_max( $lines, "/release/", "/^.* ([\d\.]+).*$/" ); 282 283 if ( $package == "psmisc" ) 284 return find_max( $lines, "/^v/", "/^v([\d\.]+).*$/" ); 285 278 286 if ( $package == "grub" ) 279 287 return find_max( $lines, "/grub/", "/^.*grub-(\d\..*).tar.xz.*$/" ); -
packages.ent
r54a6bc9 r788f897 719 719 <!ENTITY vim-docdir "vim/vim82"> 720 720 <!ENTITY vim-size "14,406 KB"> 721 <!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz"> 721 <!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">--> 722 <!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz"> 722 723 <!ENTITY vim-md5 "f5337b1170df90e644a636539a0313a3"> 723 724 <!ENTITY vim-home "https://www.vim.org">
Note:
See TracChangeset
for help on using the changeset viewer.