mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Add missing definition of LOCPATH for bug-regex32 run
This commit is contained in:
parent
a0f33f996f
commit
b0727fd83f
@ -1,5 +1,9 @@
|
||||
2011-09-08 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
[BZ #13118]
|
||||
* posix/Makefile (bug-regex32-ENV): Define.
|
||||
Patch by John Stanley <jpsinthemix@verizon.net>.
|
||||
|
||||
* misc/Makefile (headers): Add bits/select2.h.
|
||||
* misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
|
||||
* misc/bits/select2.h: New file.
|
||||
|
2
NEWS
2
NEWS
@ -10,7 +10,7 @@ Version 2.15
|
||||
* The following bugs are resolved with this release:
|
||||
|
||||
9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021,
|
||||
13068, 13092, 13114, 13123, 13134, 13150
|
||||
13068, 13092, 13114, 13118, 13123, 13134, 13150
|
||||
|
||||
* New program pldd to list loaded object of a process
|
||||
Implemented by Ulrich Drepper.
|
||||
|
@ -208,6 +208,7 @@ bug-regex23-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
bug-regex25-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
bug-regex26-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
bug-regex30-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
bug-regex32-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
tst-rxspencer-ARGS = --utf8 rxspencer/tests
|
||||
tst-rxspencer-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
tst-pcre-ARGS = PCRE.tests
|
||||
|
Loading…
Reference in New Issue
Block a user