Skip to content

Commit 13268bb

Browse files
committed
boost: run patchelf on the libraries, not on the symlinks (fixes issue #781)
1 parent f612c69 commit 13268bb

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)