Changeset 6621fca for BOOK/final-system
- Timestamp:
- Jul 26, 2009, 1:21:08 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 444a746
- Parents:
- 4e8cd59
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc/parted.xml
r4e8cd59 r6621fca 30 30 <para os="a">Prepare Parted for compilation:</para> 31 31 32 <screen><userinput>./configure --prefix=/usr --disable- Werror</userinput></screen>32 <screen><userinput>./configure --prefix=/usr --disable-device-mapper</userinput></screen> 33 33 34 34 <variablelist os="b"> … … 36 36 37 37 <varlistentry os="b1"> 38 <term><parameter>--disable- Werror</parameter></term>38 <term><parameter>--disable-device-mapper</parameter></term> 39 39 <listitem> 40 <para>The Makefile defaults to using -Werror. With <package>gcc&gcc-version;</package> 41 that flag causes it to treat warnings (in this case, that C99 inline functions will 42 be compiled as GNU89) as errors. So, we disable the option.</para> 40 <para>This disables the use of the device-mapper library, which we do 41 not install in CLFS.</para> 43 42 </listitem> 44 43 </varlistentry> -
BOOK/final-system/ppc64/parted.xml
r4e8cd59 r6621fca 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 --disable-Werror</userinput></screen> 28 <screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \ 29 --disable-device-mapper</userinput></screen> 29 30 30 31 <variablelist os="b">
Note:
See TracChangeset
for help on using the changeset viewer.