Skip to content

Commit

Permalink
modified LDFLAG to fix libatomic linking issue
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <[email protected]>
  • Loading branch information
poorndm committed Aug 2, 2024
1 parent fe2c391 commit 9c2aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/keydb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
)
env["CFLAGS"] << " -I#{install_dir}/embedded/include"
env["LDFLAGS"] << " -L#{install_dir}/embedded/lib"

env["LDFLAGS"] << " -latomic"
update_config_guess

make "-j #{workers}", env: env
Expand Down

0 comments on commit 9c2aa63

Please sign in to comment.