From 2f3ebce11874a0336548bf8bf8064b33526b593c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 1 Oct 2014 14:39:20 -0600 Subject: [PATCH] Always use --tag=disable-static to avoid installing a static sudo_noexec. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index e3640721a..fca113c66 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -28,7 +28,7 @@ cross_compiling = @CROSS_COMPILING@ # Compiler & tools to use CC = @CC@ -LIBTOOL = @LIBTOOL@ @LT_STATIC@ +LIBTOOL = @LIBTOOL@ --tag=disable-static SED = @SED@ # Our install program supports extra flags... -- 2.49.0