From d1e815ed25625c1412ffcd9ceaf7c860c69dbf40 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 25 Nov 2015 02:48:22 +0100 Subject: Revert not defining NO_HIDDEN on hurd * sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Define. * sysdeps/mach/hurd/configure: Regenerate. --- sysdeps/mach/hurd/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/mach/hurd/configure.ac') diff --git a/sysdeps/mach/hurd/configure.ac b/sysdeps/mach/hurd/configure.ac index 4e7e2600d0..af9a9ea052 100644 --- a/sysdeps/mach/hurd/configure.ac +++ b/sysdeps/mach/hurd/configure.ac @@ -1,5 +1,8 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. +dnl We need this setting because of the need for PLT calls in ld.so. +AC_DEFINE([NO_HIDDEN]) + if test -n "$sysheaders"; then OLD_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $SYSINCLUDES" -- cgit 1.4.1