Skip to content

Commit

Permalink
Fix broken Keyutils symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Oct 4, 2019
1 parent f698285 commit e0579fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions K/Keyutils/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ make install \
INCLUDEDIR="include" \
MANDIR="share/man" \
SHAREDIR="share/keyutils"
# Fix broken symlink
ln -sf libkeyutils.so.1 ${prefix}/lib/libkeyutils.so
"""

# These are the platforms we will build for by default, unless further
Expand Down

0 comments on commit e0579fc

Please sign in to comment.