mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00

Apply a libltdl patch to avoid adding -ldl to LIBS. Only add -lz to LIBCLAMAV_LIBS, libtool will add -lz as necessary to programs linking libclamav.la. Also add an export map to clamdscan, it only needs to export main. Also remove the [1] from g++ version check to allow buildtesting with clang++.
4 lines
29 B
Text
4 lines
29 B
Text
{
|
|
global: main;
|
|
local: *;
|
|
};
|