<short summary of the patch>
Upstream bumped soname, but didn't break ABI. Bump them back down so we can avoid a package transition. libwebp (0.6.0-1) unstable; urgency=medium * New upstream release Gbp-Pq: Name soname_override
This commit is contained in:
parent
8d51a8678f
commit
6d5a81c397
|
@ -36,7 +36,7 @@ libwebp_la_LIBADD += utils/libwebputils.la
|
|||
# other than the ones listed on the command line, i.e., after linking, it will
|
||||
# not have unresolved symbols. Some platforms (Windows among them) require all
|
||||
# symbols in shared libraries to be resolved at library creation.
|
||||
libwebp_la_LDFLAGS = -no-undefined -version-info 7:1:0
|
||||
libwebp_la_LDFLAGS = -no-undefined -version-info 6:2:0
|
||||
libwebpincludedir = $(includedir)/webp
|
||||
pkgconfig_DATA = libwebp.pc
|
||||
|
||||
|
|
Loading…
Reference in New Issue