mirror of https://gitee.com/openkylin/glibc.git
local-enable-ldconfig
# DP: Description: Enable ldconfig and such on hurd-i386 # DP: Author: Jeff Bailey <jbailey@nisa.net> # DP: Related Bugs: #309489 # DP: Upstream status: Not submitted # DP: Status Details: Upstream disagrees with this patch, but I'm # DP: putting it in so that we have expected Debian behaviour on the # DP: Hurd. We should review this when the ELF standard supports runpath. # DP: Date: 08 Apr 2003 # DP: Description: Enable ldconfig and such on hurd-i386 # DP: Author: Jeff Bailey <jbailey@nisa.net> # DP: Related Bugs: #309489 # DP: Upstream status: Not submitted # DP: Status Details: Upstream disagrees with this patch, but I'm # DP: putting it in so that we have expected Debian behaviour on the # DP: Hurd. We should review this when the ELF standard supports runpath. # DP: Date: 08 Apr 2003 Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name local-enable-ldconfig.diff
This commit is contained in:
parent
e4d411f56d
commit
09a2829e3f
|
@ -59,6 +59,10 @@
|
|||
|
||||
#define PACKAGE _libc_intl_domainname
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 1024
|
||||
#endif
|
||||
|
||||
static const struct
|
||||
{
|
||||
const char *name;
|
||||
|
|
|
@ -47,3 +47,5 @@ if test -n "$sysheaders"; then
|
|||
fi
|
||||
|
||||
libc_cv_ld_gnu_indirect_function=no
|
||||
|
||||
use_ldconfig=yes
|
||||
|
|
|
@ -30,3 +30,5 @@ fi
|
|||
dnl ifunc does not work yet for static binaries
|
||||
dnl https://www.gnu.org/software/hurd/open_issues/ifunc.html
|
||||
libc_cv_ld_gnu_indirect_function=no
|
||||
|
||||
use_ldconfig=yes
|
||||
|
|
Loading…
Reference in New Issue