mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
heimdal_build: Add version-script for asn1.
This commit is contained in:
parent
555d334cf7
commit
02ff0852e8
6
source4/heimdal/lib/asn1/version-script.map
Normal file
6
source4/heimdal/lib/asn1/version-script.map
Normal file
@ -0,0 +1,6 @@
|
||||
# Export everything, but put a tag on is so that we make ourself incompatible with older versions
|
||||
|
||||
HEIMDAL_ASN1_1.0 {
|
||||
global:
|
||||
*;
|
||||
};
|
@ -691,6 +691,7 @@ if not bld.CONFIG_SET("USING_SYSTEM_ASN1"):
|
||||
)
|
||||
|
||||
HEIMDAL_LIBRARY('asn1',
|
||||
version_script='lib/asn1/version-script.map',
|
||||
deps="HEIMDAL_HEIM_ASN1",
|
||||
source='',
|
||||
vnum='8.0.0')
|
||||
|
Loading…
x
Reference in New Issue
Block a user