]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Small fix to patch from last October, lets tst-key5 build.
authorStan Shebs <stanshebs@google.com>
Wed, 10 Feb 2016 22:55:24 +0000 (14:55 -0800)
committerStan Shebs <stanshebs@google.com>
Wed, 10 Feb 2016 22:55:24 +0000 (14:55 -0800)
README.google
nptl/Makefile

index 0b0792ec93c992c4d3cd4f9bd9d53ba07d03bf58..00a22f984d5914da36f06ebd7fca91be621ca684 100644 (file)
@@ -549,3 +549,7 @@ nptl/allocatestack.c
 nptl/Makefile
 nptl/tst-basic8.c
   For b/24399992 unlock guard pages to avoid wasting memory.
+
+nptl/Makefile
+  Unbreak building of tst-key5
+  (stanshebs, google-local)
index 3176e54dbae66c54aed643263c8db4de3fae0013..8c4bd342a66d9bc5a1548f5fe87e147dc7e220fa 100644 (file)
@@ -609,7 +609,7 @@ $(objpfx)tst-execstack: $(libdl)
 $(objpfx)tst-execstack.out: $(objpfx)tst-execstack-mod.so
 LDFLAGS-tst-execstack = -Wl,-z,noexecstack
 
-LDFLAGS-tst-key5 = -lrt
+$(objpfx)tst-key5: $(librt)
 
 $(objpfx)tst-fini1mod.so: $(shared-thread-library)