Skip to content

Commit

Permalink
Increment libzfs soname
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Yao <ryao@gentoo.org>
  • Loading branch information
ryao committed Jun 21, 2016
1 parent b6a5aec commit ea77ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libzfs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ libzfs_la_LIBADD = \
$(top_builddir)/lib/libzpool/libzpool.la

libzfs_la_LIBADD += -lm -ldl $(LIBBLKID)
libzfs_la_LDFLAGS = -version-info 2:0:0
libzfs_la_LDFLAGS = -version-info 3:0:0

EXTRA_DIST = $(libzfs_pc_DATA) $(USER_C)

0 comments on commit ea77ede

Please sign in to comment.