Skip to content

Commit a7cc257

Browse files
committed
etc: add libreadline-dev to _install_debian_packages
Missed the Debian path in the previous commit. Same rationale: yosys needs libreadline at build time and the install has to happen in the privileged -base phase, not -common. Caught in PR review. Signed-off-by: Matthew Guthaus <mrg@ucsc.edu>
1 parent 076ca62 commit a7cc257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/DependencyInstaller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ _install_debian_packages() {
11151115
_execute "Installing base packages..." apt-get -y install --no-install-recommends \
11161116
automake autotools-dev binutils bison build-essential clang debhelper \
11171117
devscripts flex g++ gcc git groff lcov libbz2-dev libffi-dev libfl-dev libgomp1 \
1118-
libomp-dev libpcre2-dev "libtcl${tcl_ver}" \
1118+
libomp-dev libpcre2-dev libreadline-dev "libtcl${tcl_ver}" \
11191119
pandoc pkg-config python3-dev qt5-image-formats-plugins tcl-dev \
11201120
tcllib unzip wget libyaml-cpp-dev zlib1g-dev tzdata
11211121

0 commit comments

Comments
 (0)