mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-12-23 23:18:20 -05: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++.
5 lines
29 B
Plaintext
5 lines
29 B
Plaintext
{
|
|
global: main;
|
|
local: *;
|
|
};
|