local-enable-ldconfig
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 13 Apr 2025 19:40:49 +0000 (21:40 +0200)
committerAurelien Jarno <aurel32@debian.org>
Sun, 13 Apr 2025 19:40:49 +0000 (21:40 +0200)
# 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

sysdeps/mach/hurd/configure
sysdeps/mach/hurd/configure.ac

index 6ca3bab5112795f53ecba43d1c610fe9a9b10f0a..6a0725a49ae307fc338ab63f278715188c344c76 100644 (file)
@@ -221,3 +221,4 @@ fi
 # Hurd has libpthread as a separate library.
 pthread_in_libc=no
 
+use_ldconfig=yes
index 1695e94eccb04d67a887dc36b25d37100bc2ddd1..a348cde6253ad23aec753bca7987d3d6e6e3e18c 100644 (file)
@@ -48,3 +48,5 @@ fi
 
 # Hurd has libpthread as a separate library.
 pthread_in_libc=no
+
+use_ldconfig=yes