From c1af05cefc97fa7efa2de8ecbeecac80fac4598f Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 29 Jun 2020 03:24:51 +0700 Subject: autotools: Add --disable-static as default. Signed-off-by: Willy Sudiarto Raharjo --- autotools-template.SlackBuild | 1 + 1 file changed, 1 insertion(+) diff --git a/autotools-template.SlackBuild b/autotools-template.SlackBuild index 2d500e4..ff59922 100644 --- a/autotools-template.SlackBuild +++ b/autotools-template.SlackBuild @@ -113,6 +113,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --disable-static \ --build=$ARCH-slackware-linux # Compile the application and install it into the $PKG directory -- cgit v1.2.3