]> granicus.if.org Git - sudo/commitdiff
Always use --tag=disable-static to avoid installing a static
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 1 Oct 2014 20:39:20 +0000 (14:39 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 1 Oct 2014 20:39:20 +0000 (14:39 -0600)
sudo_noexec.

src/Makefile.in

index e3640721a9b7fb89a9237ddef778fb502faf3e94..fca113c666c20a765505be8457a4574e47f91a0c 100644 (file)
@@ -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...