diff options
Diffstat (limited to 'system/haveged/haveged.SlackBuild')
-rw-r--r-- | system/haveged/haveged.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/haveged/haveged.SlackBuild b/system/haveged/haveged.SlackBuild index 765ab2eb9f128..b21881f871123 100644 --- a/system/haveged/haveged.SlackBuild +++ b/system/haveged/haveged.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for haveged -# Copyright 2013 Erik Falor, West Valley City, Utah, USA +# Copyright 2014 Erik Falor, West Valley City, Utah, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haveged -VERSION=${VERSION:-1.7c} +VERSION=${VERSION:-1.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,6 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --disable-static \ --build=$ARCH-slackware-linux make |