Index: CLFS/master.sh
===================================================================
--- CLFS/master.sh	(revision 3807)
+++ CLFS/master.sh	(working copy)
@@ -148,7 +148,8 @@
                                   -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)
 
     #--------------------------------------------------------------------#
Index: common/libs/func_wrt_Makefile
===================================================================
--- common/libs/func_wrt_Makefile	(revision 3807)
+++ common/libs/func_wrt_Makefile	(working copy)
@@ -98,7 +98,7 @@
          ;;
      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 )
          ;;
