This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.24-313-gb2fea74


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 "GNU C Library master sources".

The branch, master has been updated
       via  b2fea743ab4992653b013a5317c8b630a0771f0e (commit)
      from  c31746887dc5007f7b77f8f99b5e9335bebec167 (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b2fea743ab4992653b013a5317c8b630a0771f0e

commit b2fea743ab4992653b013a5317c8b630a0771f0e
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Fri Oct 28 14:27:52 2016 -0400

    Fix building tst-linkall-static.
    
    The crypt/ directory is not added as part of the sysdep directories.
    Add it when building tst-linkall-static to include crypt.h.

diff --git a/ChangeLog b/ChangeLog
index 6c6caab..5847d6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-10-28  Carlos O'Donell  <carlos@redhat.com>
 
+	* elf/Makefile (CFLAGS-tst-linkall-static): Define.
+
 	* math/test-nan-overflow.c: Include stdlib.h for malloc.
 
 2016-10-28  H.J. Lu  <hongjiu.lu@intel.com>
diff --git a/elf/Makefile b/elf/Makefile
index 82c7e05..057a19f 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -1280,6 +1280,7 @@ $(objpfx)tst-ldconfig-X.out : tst-ldconfig-X.sh $(objpfx)ldconfig
 
 $(objpfx)tst-dlsym-error: $(libdl)
 
+CFLAGS-tst-linkall-static.c = -I../crypt
 $(objpfx)tst-linkall-static: \
   $(common-objpfx)math/libm.a \
   $(common-objpfx)crypt/libcrypt.a \

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    2 ++
 elf/Makefile |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]