
Instead of using a shared version script 'libnl.sym', add individual linker scripts for all libnl libraries. For now, the content of the version script is unchanged and this patch does not have any externally visible changes. Signed-off-by: Thomas Haller <thaller@redhat.com>
4 lines
25 B
Text
4 lines
25 B
Text
libnl_3 {
|
|
global:
|
|
*;
|
|
};
|