diff options
Diffstat (limited to 'autotools-template.SlackBuild')
-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 |