Skip to content

Commit

Permalink
add tirpc3 library to runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 6, 2025
1 parent 4c21561 commit c447782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions asyn/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ set -xe
# remove SNCSEQ unless it has already been installed
ibek support add-release-macro SNCSEQ --no-replace

# installing for arm
ibek support apt-install \
libtirpc-dev
# libtirpc is required for asyn
ibek support apt-install libtirpc-dev
ibek support add-runtime-packages libtirpc3

# get the source and fix up the configure/RELEASE files
ibek support git-clone ${NAME} ${VERSION}
Expand Down

0 comments on commit c447782

Please sign in to comment.