Fixes addition of "pass1" util-linux in new version of CLFS.
Thanks to William Harrington for the patch.
This commit is contained in:
parent
2af991dc0b
commit
82808d1b14
2 changed files with 3 additions and 2 deletions
|
@ -148,7 +148,8 @@ cross_tools_Makefiles() { #
|
|||
-e 's@-static@@' \
|
||||
-e 's@-final@@' \
|
||||
-e 's@-64@@' \
|
||||
-e 's@-n32@@'`
|
||||
-e 's@-n32@@' \
|
||||
-e 's@-pass1@@'`
|
||||
pkg_tarball=$(get_package_tarball_name $name)
|
||||
|
||||
#--------------------------------------------------------------------#
|
||||
|
|
|
@ -98,7 +98,7 @@ get_package_tarball_name() { #
|
|||
;;
|
||||
libcap) echo $(grep "^libcap" $JHALFSDIR/pkg_tarball_list | head -n1 )
|
||||
;;
|
||||
util-linux-libs) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 )
|
||||
util-linux-libs | util-linux-pass1) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 )
|
||||
;;
|
||||
xz-utils) echo $(grep "^xz" $JHALFSDIR/pkg_tarball_list | head -n1 )
|
||||
;;
|
||||
|
|
Reference in a new issue