diff --git a/plugins/group_file/Makefile.in b/plugins/group_file/Makefile.in index bceb0f23a..8e594442b 100644 --- a/plugins/group_file/Makefile.in +++ b/plugins/group_file/Makefile.in @@ -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... diff --git a/plugins/sample/Makefile.in b/plugins/sample/Makefile.in index c28985793..e5af6360f 100644 --- a/plugins/sample/Makefile.in +++ b/plugins/sample/Makefile.in @@ -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... diff --git a/plugins/system_group/Makefile.in b/plugins/system_group/Makefile.in index 366173505..ca32f35af 100644 --- a/plugins/system_group/Makefile.in +++ b/plugins/system_group/Makefile.in @@ -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...