mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-02 11:01:38 -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: *;
|
|
};
|