diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-17 20:06:15 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-17 20:06:15 +0100 |
commit | 02ff0852e885ba80018bbdedceece7b566197147 (patch) | |
tree | 100355ecb0e424404eee3e7c3efbaf6e7797e871 /source4 | |
parent | 555d334cf70b6c4d73aece9311534449dca00bd0 (diff) | |
download | samba-02ff0852e885ba80018bbdedceece7b566197147.tar.gz samba-02ff0852e885ba80018bbdedceece7b566197147.tar.bz2 samba-02ff0852e885ba80018bbdedceece7b566197147.zip |
heimdal_build: Add version-script for asn1.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal/lib/asn1/version-script.map | 6 | ||||
-rw-r--r-- | source4/heimdal_build/wscript_build | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/source4/heimdal/lib/asn1/version-script.map b/source4/heimdal/lib/asn1/version-script.map new file mode 100644 index 0000000000..67f9ff0983 --- /dev/null +++ b/source4/heimdal/lib/asn1/version-script.map @@ -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: + *; +}; diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index 700dac509b..5f311c0cd7 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -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') |