Changeset 6ecbe33 for BOOK/final-system
- Timestamp:
- Aug 26, 2012, 6:46:51 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 06b2d12
- Parents:
- e004151
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/pkg-config.xml
re004151 r6ecbe33 29 29 30 30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 31 32 <variablelist os="bb">33 <title>The meaning of the new configure option:</title>34 35 <varlistentry>36 <term><parameter>GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"</parameter></term>37 <term><parameter>GLIB_LIBS="-lglib-2.0"</parameter></term>38 <listitem>39 <para>Pkg-config no longer comes with Glib, and because Pkg-config40 has not been installed itself it needs to be told where Glib is.</para>41 </listitem>42 </varlistentry>43 </variablelist>44 31 45 32 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/pkg-config.xml
re004151 r6ecbe33 28 28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \ 29 29 --with-pc-path=/usr/share/pkgconfig </userinput></screen> 30 31 <variablelist os="bb">32 <title>The meaning of the new configure option:</title>33 34 <varlistentry>35 <term><parameter>GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/libi64/glib-2.0/include"</parameter></term>36 <term><parameter>GLIB_LIBS="-lglib-2.0"</parameter></term>37 <listitem>38 <para>Pkg-config no longer comes with Glib and because Pkg-config39 has not been installed itself it needs to be told where Glib is.</para>40 </listitem>41 </varlistentry>42 </variablelist>43 44 30 45 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.