Changes between Initial Version and Version 1 of Ticket #5319, comment 1


Ignore:
Timestamp:
08/17/2023 03:23:03 AM (15 months ago)
Author:
Xi Ruoyao

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5319, comment 1

    initial v1  
    1 We need `--without-libbsd` or it will try to use `readpassphrase` function from libbsd which is not in LFS.
     1We need `--without-libbsd` or it will try to use `readpassphrase` function from libbsd which is not in LFS.  Using `--without-libbsd` it uses an internal copy of `readpassphrase`.