* [ptxdist] [PATCH 1/2] sudo: fix missing runtime libraries
@ 2019-10-23 17:48 Bruno Thomsen
0 siblings, 0 replies; only message in thread
From: Bruno Thomsen @ 2019-10-23 17:48 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen, bth
Package version bump to 1.8.28 included a configuration
change that cause runtime errors like the once below
when gcc libs are missing on target.
sudo: error while loading shared libraries: libasan.so.5:
cannot open shared object file: No such file or directory
sudo: error while loading shared libraries: libubsan.so.1:
cannot open shared object file: No such file or directory
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/sudo.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/sudo.make b/rules/sudo.make
index a7fa0ad4a..985ab8768 100644
--- a/rules/sudo.make
+++ b/rules/sudo.make
@@ -63,7 +63,7 @@ SUDO_AUTOCONF = \
--disable-gcrypt \
--enable-hardening \
--enable-pie \
- --enable-asan \
+ --disable-asan \
--enable-poll \
--disable-admin-flag \
--disable-nls \
--
2.21.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-23 17:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 17:48 [ptxdist] [PATCH 1/2] sudo: fix missing runtime libraries Bruno Thomsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox