tag 817879 pending
thanks
Hello,
Bug #817879 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=pkg-glibc/glibc.git;a=commitdiff;h=eebf6fc
---
commit eebf6fce1e65cb21fa7d8fe01ce6506043e16dbb
Author: Aurelien Jarno <[email protected]>
Date: Fri Mar 11 18:30:30 2016 +0100
Update from upstream stable branch:
* Update from upstream stable branch:
- Fix linking shared objects that use libmvec.so functions. Closes:
#817879.
diff --git a/debian/changelog b/debian/changelog
index f616a6b..344bfd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
glibc (2.22-3) UNRELEASED; urgency=medium
+ * Update from upstream stable branch:
+ - Fix linking shared objects that use libmvec.so functions. Closes:
+ #817879.
* debian/sysdeps/sh4.mk: build with -fno-delete-null-pointer-checks to
workaround a missing SH4 specific __builtin_trap implementation in GCC.