From 8c33234366a56d5eef696e6288bb5905fefcb40a Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Thu, 19 Dec 2024 00:59:46 -0600 Subject: add libdl to dependencies --- luaossl-git-0.rockspec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'luaossl-git-0.rockspec') diff --git a/luaossl-git-0.rockspec b/luaossl-git-0.rockspec index 1727cf8..cafb1b3 100644 --- a/luaossl-git-0.rockspec +++ b/luaossl-git-0.rockspec @@ -24,6 +24,10 @@ external_dependencies = { header = "openssl/crypto.h"; library = "crypto"; }; + DL = { + header = "dlfcn.h"; + library = "dl"; + } } build = { type = "builtin"; -- cgit v1.2.3-55-g6feb