Changeset 3349a3a in clfs-sysroot for BOOK/final-system/common/inetutils.xml
- Timestamp:
- May 27, 2006, 9:02:20 PM (18 years ago)
- Branches:
- master
- Children:
- d9bec84
- Parents:
- f6c417f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/inetutils.xml
rf6c417f r3349a3a 35 35 36 36 <screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen> 37 38 <para os="s1">The following set of seds prevent binaries from being installed as root</para> 39 40 <screen os="s2"><userinput>for dir in ping rcp rlogin rsh; do 41 cp ${dir}/Makefile.in{,.orig} 42 sed '/^SUIDMODE =/s/-o root//' ${dir}/Makefile.in.orig > ${dir}/Makefile.in 43 done</userinput></screen> 37 44 38 45 <para os="a">Prepare Inetutils for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.