Changeset e7be740


Ignore:
Timestamp:
May 6, 2017, 11:54:02 AM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
b2bd1cb8
Parents:
ed3cec1
Message:

Add a configure option for the proper place to install the pkgconfig files rather than clobbering the 32bit build pkgconfig install files at /usr/lib.

Location:
BOOK/final-system/multilib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/ncurses-64bit.xml

    red3cec1 re7be740  
    4343    --without-debug \
    4444    --enable-widec \
    45     --enable-pc-files</userinput></screen>
     45    --enable-pc-files \
     46    --with-pkg-config-libdir=/usr/lib64/pkgconfig</userinput></screen>
    4647
    4748    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/multilib/ncurses-n32.xml

    red3cec1 re7be740  
    4444    --without-debug \
    4545    --enable-widec \
    46     --enable-pc-files</userinput></screen>
     46    --enable-pc-files \
     47    --with-pkg-config-libdir=/usr/lib32/pkgconfig</userinput></screen>
    4748
    4849    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.