mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Default install_root value from DESTDIR.
This commit is contained in:
parent
f15f1e45ba
commit
751eb97ef2
@ -1,3 +1,7 @@
|
|||||||
|
2011-07-05 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* config.make.in (install_root): Default to $(DESTDIR).
|
||||||
|
|
||||||
2011-07-05 Ulrich Drepper <drepper@gmail.com>
|
2011-07-05 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
|
* nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
|
||||||
|
@ -5,7 +5,7 @@ version = @VERSION@
|
|||||||
release = @RELEASE@
|
release = @RELEASE@
|
||||||
|
|
||||||
# Installation prefixes.
|
# Installation prefixes.
|
||||||
install_root =
|
install_root = $(DESTDIR)
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
|
Loading…
Reference in New Issue
Block a user