Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Aligning libclammspack version-info with upstream libmspack version-i…
…nfo (1:0:1 for libmspack 0.8alpha).
  • Loading branch information
micahsnyder committed Nov 16, 2018
1 parent 806c42f commit 252c878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libclamav/Makefile.am
Expand Up @@ -175,8 +175,8 @@ distclean-recursive distdir maintainer-clean-recursive: c++/Makefile
endif

if USE_INTERNAL_MSPACK
# libmspack version:
LIBMSPACK_VERSION = 7:1:0
# libmspack version: 0.8alpha (1:0:1)
LIBMSPACK_VERSION = 1:0:1

libclammspack_la_CFLAGS = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-unused-parameter -I@top_srcdir@/libclammspack/mspack
libclammspack_la_LDFLAGS = -version-info $(LIBMSPACK_VERSION) -no-undefined -export-symbols-regex '^mspack_'
Expand Down
4 changes: 2 additions & 2 deletions libclamav/Makefile.in
Expand Up @@ -1220,8 +1220,8 @@ SUBDIRS = $(am__append_6)
@ENABLE_LLVM_FALSE@LLVMDEP = libclamav_nocxx.la
@ENABLE_LLVM_TRUE@LLVMDEP = c++/libclamavcxx.la

# libmspack version:
@USE_INTERNAL_MSPACK_TRUE@LIBMSPACK_VERSION = 7:1:0
# libmspack version: 0.8alpha (1:0:1)
@USE_INTERNAL_MSPACK_TRUE@LIBMSPACK_VERSION = 1:0:1
@USE_INTERNAL_MSPACK_TRUE@libclammspack_la_CFLAGS = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-unused-parameter -I@top_srcdir@/libclammspack/mspack
@USE_INTERNAL_MSPACK_TRUE@libclammspack_la_LDFLAGS = -version-info $(LIBMSPACK_VERSION) -no-undefined -export-symbols-regex '^mspack_'

Expand Down

0 comments on commit 252c878

Please sign in to comment.