Skip to content

Commit

Permalink
Remove references to libtool
Browse files Browse the repository at this point in the history
The package we use for pkcs11 no longer uses libtool to interact with
shared libraries so we no longer need the prereq for development.

Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm authored and denyeart committed May 13, 2020
1 parent ee0cd00 commit 027cab2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ci/install_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
- script: |
sudo apt-get clean
sudo apt-get update
sudo apt-get install -y libtool gcc make
sudo apt-get install -y gcc make
echo "vsts hard nofile 65535" | sudo tee -a /etc/security/limits.conf
echo "vsts soft nofile 65535" | sudo tee -a /etc/security/limits.conf
displayName: Install Dependencies
Expand Down
9 changes: 1 addition & 8 deletions docs/source/dev-setup/devenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ Prerequisites

export PATH=/usr/local/opt/gnu-tar/libexec/gnubin:$PATH

- `Libtool <https://www.gnu.org/software/libtool/>`__. You can use
Homebrew to install it as follows:

::

brew install libtool

- `SoftHSM <https://github.com/opendnssec/SoftHSMv2>`__. You can use
Homebrew or apt to install it as follows:

Expand Down Expand Up @@ -108,7 +101,7 @@ appropriate environment variables. For example, on macOS:

::

export PKCS11_LIB="/usr/local/Cellar/softhsm/2.5.0/lib/softhsm/libsofthsm2.so"
export PKCS11_LIB="/usr/local/Cellar/softhsm/2.6.1/lib/softhsm/libsofthsm2.so"
export PKCS11_PIN=98765432
export PKCS11_LABEL="ForFabric"

Expand Down
1 change: 0 additions & 1 deletion vagrant/essentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ apt-get install -y \
g++ \
git \
jq \
libtool \
make \
unzip

0 comments on commit 027cab2

Please sign in to comment.