diff options
Diffstat (limited to 'libraries/ctemplate/ctemplate.SlackBuild')
-rw-r--r-- | libraries/ctemplate/ctemplate.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/ctemplate/ctemplate.SlackBuild b/libraries/ctemplate/ctemplate.SlackBuild index 9b2d60abc1..5c81b06458 100644 --- a/libraries/ctemplate/ctemplate.SlackBuild +++ b/libraries/ctemplate/ctemplate.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ctemplate -# Copyright (C) 2012-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright (C) 2012-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # 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=ctemplate -VERSION=${VERSION:-2.3} +VERSION=${VERSION:-2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +./autogen.sh CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |