#2928: PIN-Entry 0.7.6 mistake in configure options
----------------------+-----------------------------------------------------
 Reporter:  Tromador  |       Owner:  blfs-b...@…                   
     Type:  defect    |      Status:  new                           
 Priority:  normal    |   Milestone:  6.5                           
Component:  BOOK      |     Version:  SVN                           
 Severity:  major     |    Keywords:                                
----------------------+-----------------------------------------------------
 Current SVN (20090729 )reads

 {{{
 ./configure --prefix=/usr \
             --enable-pin-entry-curses        \
             --enable-fallback-curses         \
             --disable-pinentry-gtk           \
             --disable-pinentry-gtk2          \
             --disable-pinentry-qt            &&
 make
 }}}

 Should be:


 {{{
 ./configure --prefix=/usr \
             --enable-pinentry-curses         \
             --enable-fallback-curses         \
             --disable-pinentry-gtk           \
             --disable-pinentry-gtk2          \
             --disable-pinentry-qt            &&
 make

 }}}

 (that's pinentry-curses, not pin-entry-curses)

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2928>
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

Reply via email to