Never build build static versions of other plugins.

This commit is contained in:
Todd C. Miller
2014-07-01 17:14:17 -06:00
parent 2ab61a1281
commit fd7646bceb
3 changed files with 3 additions and 3 deletions

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