mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Merge Upstream up to 11848
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0f70354165
commit
f1aad2eb3a
@ -946,7 +946,7 @@
|
||||
<segtitle>&dependencies;</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext,
|
||||
<seg>Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext,
|
||||
Grep, Gzip, Linux API Headers, Make, Perl, Python, Sed, and Texinfo</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
@ -71,7 +71,7 @@
|
||||
|
||||
<para>Install the package and do some cleanup:</para>
|
||||
|
||||
<screen><userinput remap="install">make lib=lib install
|
||||
<screen><userinput remap="install">make lib=lib PKGCONFIGDIR=/usr/lib/pkgconfig install
|
||||
chmod -v 755 /lib/libcap.so.&libcap-version;
|
||||
mv -v /lib/libpsx.a /usr/lib
|
||||
rm -v /lib/libcap.so
|
||||
|
@ -280,7 +280,7 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel
|
||||
}
|
||||
|
||||
if ( $package == "procps-ng" )
|
||||
return find_max( $lines, "/release/", "/^.* ([\d\.]+).*$/" );
|
||||
return find_max( $lines, "/v\d/", "/^.*v([\d\.]+).*$/" );
|
||||
|
||||
if ( $package == "psmisc" )
|
||||
return find_max( $lines, "/^v/", "/^v([\d\.]+).*$/" );
|
||||
|
Loading…
Reference in New Issue
Block a user