This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 301beda7fb5836cfd0248c0b6a599045aa07ef16 (commit)
from b79c4468c031daad78bb8deeacda65d5948d582f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 301beda7fb5836cfd0248c0b6a599045aa07ef16
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Mar 31 22:03:47 2016 +0100
glibc: Ship libmvec_nonshared.a in glibc-devel
This library is required to link against libm.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
glibc/glibc.nm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Difference in files:
diff --git a/glibc/glibc.nm b/glibc/glibc.nm
index c0af694..0653382 100644
--- a/glibc/glibc.nm
+++ b/glibc/glibc.nm
@@ -5,7 +5,7 @@
name = glibc
version = 2.23
-release = 1
+release = 2
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
groups = System/Base
@@ -174,6 +174,7 @@ build
keep_libraries
%{libdir}/libc_nonshared.a
+ %{libdir}/libmvec_nonshared.a
%{libdir}/libpthread_nonshared.a
end
end
hooks/post-receive
--
IPFire 3.x development tree