aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-07 13:25:49 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-07 13:25:49 +0200
commit8ca552813c3919b2b82c05991df29dabfbacd952 (patch)
tree5aeadb4f697628d13b9f6fefd3e788e231fe8d13
parentcd145f87be92fd063b92249226c9f8eaf0734273 (diff)
Fix LIBVERSION not applied
-rw-r--r--debian/control6
-rw-r--r--debian/libasn1c1.install (renamed from debian/libasn1c0.install)0
-rw-r--r--src/Makefile.am3
3 files changed, 4 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 4313249..32b93e3 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/debian/libasn1c0.install b/debian/libasn1c1.install
index 3de3b10..3de3b10 100644
--- a/debian/libasn1c0.install
+++ b/debian/libasn1c1.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 27fce6d..29b5e64 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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
-