diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-29 03:24:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-29 03:25:17 +0700 |
commit | c1af05cefc97fa7efa2de8ecbeecac80fac4598f (patch) | |
tree | 94cf79c13a96faa70c800f93a8d7be0649b8ba30 | |
parent | 0d9322952480b789da3611a85a3fcbcc995ebed6 (diff) |
autotools: Add --disable-static as default.14.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | autotools-template.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |