- Timestamp:
- Apr 23, 2011, 5:40:42 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a675f833
- Parents:
- fdba161
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/rsyslog.xml
rfdba161 r46d9161 28 28 <para os="a">Prepare Rsyslog for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr --sbindir=/sbin</userinput></screen>30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 31 31 32 32 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/rsyslog.xml
rfdba161 r46d9161 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --sbindir=/sbin --libdir=/usr/lib64</userinput></screen> 28 <screen os="b"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ 29 ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen> 29 30 30 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.