Always use --tag=disable-static to avoid installing a static
sudo_noexec.
This commit is contained in:
@@ -28,7 +28,7 @@ cross_compiling = @CROSS_COMPILING@
|
|||||||
|
|
||||||
# Compiler & tools to use
|
# Compiler & tools to use
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
LIBTOOL = @LIBTOOL@ @LT_STATIC@
|
LIBTOOL = @LIBTOOL@ --tag=disable-static
|
||||||
SED = @SED@
|
SED = @SED@
|
||||||
|
|
||||||
# Our install program supports extra flags...
|
# Our install program supports extra flags...
|
||||||
|
Reference in New Issue
Block a user