#3250: Openssh-5.8p2 requires a minor change to the sed script that modifies
configure
--------------------------+-------------------------------------------------
Reporter: jeremy_henty | Owner: blfs-book@…
Type: task | Status: new
Priority: normal | Milestone: 6.7
Component: BOOK | Version: SVN
Severity: minor | Keywords: openssh
--------------------------+-------------------------------------------------
Openssh-5.8p2 builds on my LFS-6.5 system, but the sed command
"sed -i.bak 's/ -ldes//' configure" mangles some of the configure output:
$ diff configure{.bak,}
28156,28157c28156,28157
< { echo "$as_me:$LINENO: checking
for des_cbc_encrypt in -ldes" >&5
< echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6; }
---
> { echo "$as_me:$LINENO: checking
for des_cbc_encrypt in" >&5
> echo $ECHO_N "checking for des_cbc_encrypt in... $ECHO_C" >&6; }
28218c28218
< K5LIBS="$K5LIBS -ldes"
---
> K5LIBS="$K5LIBS"
I suggest changing the sed command to "sed -i.bak '/K5LIBS=/s/ -ldes//'
configure", which alters only the intended lines:
$ diff configure{.bak,}
diff configure{.bak,}
28218c28218
< K5LIBS="$K5LIBS -ldes"
---
> K5LIBS="$K5LIBS"
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3250>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page