mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Add an option to set defaults (commented out)
This commit is contained in:
parent
26e4b86f18
commit
fe625c6b3d
@ -71,7 +71,43 @@
|
||||
|
||||
<screen><userinput remap="install">ln -sv pkgconf /usr/bin/pkg-config
|
||||
ln -sv pkgconf.1 /usr/share/man/man1/pkg-config.1</userinput></screen>
|
||||
<!--
|
||||
<para arch="ml_32,ml_x32,ml_all">
|
||||
For better support of the multilib platform create some
|
||||
additional files by executing the following commands:
|
||||
</para>
|
||||
|
||||
<screen arch="ml_32,ml_x32,ml_all"><userinput remap="install">ln -sv pkgconf /usr/bin/i686-pc-linux-gnu-pkg-config
|
||||
ln -sv pkgconf /usr/bin/x86_64-pc-linux-gnux32-pkg-config
|
||||
ln -sv pkgconf /usr/bin/x86_64-pc-linux-gnu-pkg-config
|
||||
|
||||
mkdir -pv /usr/share/pkgconfig/personality.d
|
||||
|
||||
cat > /usr/share/pkgconfig/personality.d/i686-pc-linux-gnu.personality <<EOF
|
||||
Triplet: i686-pc-linux-gnu
|
||||
SysrootDir: /
|
||||
DefaultSearchPaths: /usr/lib32/pkgconfig:/usr/share/pkgconfig
|
||||
SystemIncludePaths: /usr/include
|
||||
SystemLibraryPaths: /usr/lib32
|
||||
EOF
|
||||
|
||||
cat > /usr/share/pkgconfig/personality.d/x86_64-pc-linux-gnux32.personality <<EOF
|
||||
Triplet: x86_64-pc-linux-gnux32
|
||||
SysrootDir: /
|
||||
DefaultSearchPaths: /usr/libx32/pkgconfig:/usr/share/pkgconfig
|
||||
SystemIncludePaths: /usr/include
|
||||
SystemLibraryPaths: /usr/libx32
|
||||
EOF
|
||||
|
||||
cat > /usr/share/pkgconfig/personality.d/x86_64-pc-linux-gnu.personality <<EOF
|
||||
Triplet: x86_64-pc-linux-gnu
|
||||
SysrootDir: /
|
||||
DefaultSearchPaths: /usr/lib/pkgconfig:/usr/share/pkgconfig
|
||||
SystemIncludePaths: /usr/include
|
||||
SystemLibraryPaths: /usr/lib
|
||||
EOF
|
||||
</userinput></screen>
|
||||
-->
|
||||
</sect2>
|
||||
|
||||
<sect2 id="contents-pkgconf" role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user