diff options
author | Björn Gustavsson <[email protected]> | 2014-01-21 16:12:46 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-01-24 16:24:56 +0100 |
commit | aaa4ea283b2b7dad74fdcdd5963558e9d03d80b0 (patch) | |
tree | 765382e19e86d86a897daec07e7335571285966d /lib/megaco/src | |
parent | 4bda9201055daf3abbdb5ef48bbdd0efacfd1fbc (diff) | |
download | otp-aaa4ea283b2b7dad74fdcdd5963558e9d03d80b0.tar.gz otp-aaa4ea283b2b7dad74fdcdd5963558e9d03d80b0.tar.bz2 otp-aaa4ea283b2b7dad74fdcdd5963558e9d03d80b0.zip |
Fix OCTET STRING
Diffstat (limited to 'lib/megaco/src')
-rw-r--r-- | lib/megaco/src/binary/depend.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/megaco/src/binary/depend.mk b/lib/megaco/src/binary/depend.mk index b9b86d3183..4225bc69dc 100644 --- a/lib/megaco/src/binary/depend.mk +++ b/lib/megaco/src/binary/depend.mk @@ -28,7 +28,7 @@ # This means that the ASN.1 runtime library will be inlined. # -ASN1_CT_OPTS += +noobj +ASN1_CT_OPTS += +noobj +legacy_erlang_types ifeq ($(MEGACO_INLINE_ASN1_RT),true) # We need atleast version 1.4.6 of the ANS.1 application ASN1_CT_OPTS += +inline |