Changeset c5968b4 in clfs-sysroot for BOOK/final-system
- Timestamp:
- Feb 23, 2007, 7:22:48 AM (18 years ago)
- Branches:
- master
- Children:
- d9d7048
- Parents:
- 46e39cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/procps.xml
r46e39cd rc5968b4 26 26 <title>Installation of Procps</title> 27 27 28 <para os="s1">The following sed stops the Makefile from trying to install29 binaries owned by root and prevents ldconfig from being30 run.</para>31 32 <screen os="s2"><userinput>cp -v Makefile{,.orig}33 sed -e "/^install :=/s/--owner 0 --group 0//" \34 -e "/^ldconfig :=/s/= ldconfig/=/" Makefile.orig > Makefile</userinput></screen>35 36 28 <para os="a">Compile the package:</para> 37 29 38 <screen os="b"><userinput>make CPPFLAGS= ""</userinput></screen>30 <screen os="b"><userinput>make CPPFLAGS=</userinput></screen> 39 31 40 32 <para os="c">Install the package:</para> 41 33 42 <screen os="d"><userinput>make DESTDIR=${CLFS} lib64=lib install</userinput></screen> 34 <screen os="d"><userinput>make DESTDIR=${CLFS} lib64=lib ldconfig= \ 35 install="install -D" install</userinput></screen> 43 36 44 37 <variablelist os="e"> 45 38 <title>The meaning of the make options:</title> 46 39 <varlistentry> 47 <term><parameter>CPPFLAGS= ""</parameter></term>40 <term><parameter>CPPFLAGS=</parameter></term> 48 41 <listitem> 49 42 <para>By default, procps tries to include the host system
Note:
See TracChangeset
for help on using the changeset viewer.