mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 12:57:50 +00:00
Never build build static versions of other plugins.
This commit is contained in:
parent
2ab61a1281
commit
fd7646bceb
@ -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...
|
||||||
|
@ -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...
|
||||||
|
@ -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...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user