Skip to content

Commit 70df0b0

Browse files
committed
Merge pull request #782 from hashdist/johannr/fix-issue-781
boost: run patchelf on the libraries, not on the symlinks
2 parents 28e32ec + 13268bb commit 70df0b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/boost/boost.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ build_stages:
9191
after: bjam
9292
handler: bash
9393
bash: |
94-
for lib in ${ARTIFACT}/lib/*.so; do
94+
for lib in ${ARTIFACT}/lib/*.so.*; do
9595
${PATCHELF} --set-rpath ${ARTIFACT}/lib:${BZIP2_DIR}/lib:${ZLIB_DIR}/lib ${lib}
9696
done
9797

0 commit comments

Comments
 (0)