Skip to content

Commit

Permalink
include libatomic.so
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <poorndm@progress.com>
  • Loading branch information
poorndm committed Aug 23, 2024
1 parent fa013d8 commit 1175a66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion config/software/keydb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
dependency "libuuid"
dependency "curl"
dependency "gcc"
dependency "libatomic"

default_version "6.3.4"

Expand Down Expand Up @@ -53,4 +52,5 @@

make "-j #{workers}", env: env
make "install", env: env
command "cd #{install_dir}/embedded/lib && ln -s libatomic.so.1.2.0 libatomic.so", env: env
end
7 changes: 0 additions & 7 deletions config/software/libatomic.rb

This file was deleted.

0 comments on commit 1175a66

Please sign in to comment.