Changeset 6c19f5e for BOOK/temp-system
- Timestamp:
- May 18, 2014, 8:23:56 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- f319d64
- Parents:
- 6eb13f4
- Location:
- BOOK/temp-system
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/check.xml
r6eb13f4 r6c19f5e 26 26 xpointer="xpointer(//*[@os='c'])"/> 27 27 28 <screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=./configure --prefix=/tools \28 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 29 29 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 30 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"32 href="../common/check.xml"33 xpointer="xpointer(//*[@os='e'])"/>34 30 35 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/util-linux.xml
r6eb13f4 r6c19f5e 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=./configure --prefix=/tools \29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --disable-makeinstall-chown --disable-makeinstall-setuid</userinput></screen> -
BOOK/temp-system/common/check.xml
r6eb13f4 r6c19f5e 27 27 <para os="c">Prepare Check for compilation:</para> 28 28 29 <screen os="d"><userinput> PKG_CONFIG=./configure --prefix=/tools \29 <screen os="d"><userinput>./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 32 <variablelist os="e">33 <title>The meaning of the new configure option:</title>34 35 <varlistentry>36 <term><parameter>PKG_CONFIG=</parameter></term>37 <listitem>38 <para>Prevents check from using <command>pkg-config</command> to39 search for additional packages that may be on the host but40 won't exist inside the temporary build environment.</para>41 </listitem>42 </varlistentry>43 44 </variablelist>45 31 46 32 <para os="f">Build the package:</para> -
BOOK/temp-system/common/make.xml
r6eb13f4 r6c19f5e 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="aa"><userinput> PKG_CONFIG=./configure --prefix=/tools \29 <screen os="aa"><userinput>./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 -
BOOK/temp-system/common/util-linux.xml
r6eb13f4 r6c19f5e 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput> PKG_CONFIG=./configure --prefix=/tools \29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --disable-makeinstall-chown --disable-makeinstall-setuid</userinput></screen> -
BOOK/temp-system/multilib/check.xml
r6eb13f4 r6c19f5e 26 26 xpointer="xpointer(//*[@os='c'])"/> 27 27 28 <screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=./configure --prefix=/tools \28 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 29 29 --build=${CLFS_HOST} --host=${CLFS_TARGET} --libdir=/tools/lib64</userinput></screen> 30 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"32 href="../common/check.xml"33 xpointer="xpointer(//*[@os='e'])"/>34 30 35 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/make.xml
r6eb13f4 r6c19f5e 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="aa"><userinput> PKG_CONFIG=CC="${CC} ${BUILD64}" ./configure --prefix=/tools \29 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 -
BOOK/temp-system/multilib/util-linux.xml
r6eb13f4 r6c19f5e 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=./configure --prefix=/tools \29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --libdir='${prefix}'/lib64 --disable-makeinstall-chown \
Note:
See TracChangeset
for help on using the changeset viewer.