Fix LIBVERSION not applied

Change-Id: I232c2fdcc5e9dc821fbea6e7dc498b6ed5b460a9
This commit is contained in:
Pau Espin 2019-08-07 13:25:49 +02:00
parent cd145f87be
commit 8ca552813c
3 changed files with 4 additions and 5 deletions

6
debian/control vendored
View File

@ -10,7 +10,7 @@ Vcs-Git: git://git.osmocom.org/libasn1c.git
Vcs-Browser: http://git.osmocom.org/gitweb?p=libasn1c.git;a=summary
Homepage: https://projects.osmocom.org/projects/libasn1c
Package: libasn1c0
Package: libasn1c1
Section: libs
Architecture: any
Multi-Arch: same
@ -22,12 +22,12 @@ Package: libasn1c-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: libasn1c0 (= ${binary:Version}), ${misc:Depends}
Depends: libasn1c1 (= ${binary:Version}), ${misc:Depends}
Description: asn1c runtime code as shared library
Package: libasn1c-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libasn1c0 (= ${binary:Version}), ${misc:Depends}
Depends: libasn1c1 (= ${binary:Version}), ${misc:Depends}
Description: asn1c runtime code as shared library

View File

@ -11,6 +11,5 @@ endif
lib_LTLIBRARIES = libasn1c.la
libasn1c_la_LDFLAGS = $(LIBTALLOC_LIBS) -lm
libasn1c_la_LDFLAGS = $(LIBTALLOC_LIBS) -lm -version-info $(LIBVERSION) -no-undefined
libasn1c_la_SOURCES = ANY.c constraints.c GeneralizedTime.c NumericString.c T61String.c asn_codecs_prim.c constr_CHOICE.c GeneralString.c ObjectDescriptor.c TeletexString.c asn_SEQUENCE_OF.c constr_SEQUENCE.c GraphicString.c OBJECT_IDENTIFIER.c UniversalString.c asn_SET_OF.c constr_SEQUENCE_OF.c IA5String.c OCTET_STRING.c UTCTime.c ber_decoder.c constr_SET.c INTEGER.c per_decoder.c UTF8String.c ber_tlv_length.c constr_SET_OF.c ISO646String.c per_encoder.c VideotexString.c ber_tlv_tag.c constr_TYPE.c NativeEnumerated.c per_support.c VisibleString.c BIT_STRING.c NativeInteger.c PrintableString.c xer_decoder.c BMPString.c der_encoder.c NativeReal.c REAL.c xer_encoder.c BOOLEAN.c ENUMERATED.c NULL.c RELATIVE-OID.c xer_support.c per_opentype.c asn1helpers.c