Changeset 427e466 for BOOK/temp-system


Ignore:
Timestamp:
Dec 26, 2015, 11:08:27 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
a24d758
Parents:
b5657b7
git-author:
William Harrington <kb0iic@…> (12/26/15 23:08:17)
git-committer:
William Harrington <kb0iic@…> (12/26/15 23:08:27)
Message:

We don't include ncurses wide libraries in the temp system. If the host has the proper links and pkg-config files setup then it is a problem. Don't let util-linux attempt to find ncursesw. PKG_CONFIG_PATH=.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/util-linux.xml

    rb5657b7 r427e466  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure \
     29<screen os="b"><userinput>PKG_CONFIG_PATH="" ./configure \
    3030    --prefix=/tools \
    3131    --build=${CLFS_HOST} \
  • BOOK/temp-system/multilib/util-linux.xml

    rb5657b7 r427e466  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="be"><userinput>./configure \
     29<screen os="be"><userinput>PKG_CONFIG_PATH="" ./configure \
    3030    --prefix=/tools \
    3131    --build=${CLFS_HOST} \
Note: See TracChangeset for help on using the changeset viewer.