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:24:51 +0700 |
commit | d9ed1904af9b23330f140c42f9584aba17bf108b (patch) | |
tree | 94cf79c13a96faa70c800f93a8d7be0649b8ba30 | |
parent | 73d7a5df7bfac851659257eb8d8e693c63e2570e (diff) |
autotools: Add --disable-static as default.
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 |