2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

Always use --tag=disable-static to avoid installing a static

sudo_noexec.
This commit is contained in:
Todd C. Miller 2014-10-01 14:39:20 -06:00
parent 0b0481fa36
commit 2f3ebce118

View 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...