Changeset 9b0a535 in clfs-embedded for BOOK/beyond-clfs3
- Timestamp:
- Nov 21, 2006, 6:46:42 AM (18 years ago)
- Branches:
- master
- Children:
- ffd218b
- Parents:
- f23b5ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs3/common/iptables.xml
rf23b5ee r9b0a535 28 28 <para os="a">Compile the package:</para> 29 29 30 <screen os="b"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin</userinput></screen> 30 <screen os="b"><userinput>make CC="${CC} -Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \ 31 LIBDIR=/lib BINDIR=/sbin</userinput></screen> 31 32 32 <note os="c"> 33 <para>Optionally all iptables modules can be linked directly into the iptables program by appending NO_SHARED_LIBS=1 to both make commands. IPv6 can be disabled in a similar fashion by appending DO_IPV6=0.</para> 34 </note> 33 <para os="c">Install the package:</para> 35 34 36 <para os="d">Install the package:</para> 37 38 <screen os="e"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS}</userinput></screen> 35 <screen os="d"><userinput>make CC="${CC} -Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \ 36 LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS}</userinput></screen> 39 37 40 38 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.