diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-03-24 18:30:47 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:07:32 +0000 |
commit | 2658cfb1d6eb8691abaa2f4679883dd389e819fe (patch) | |
tree | 757eee2cc20ea999777b291614de95e43f19551e /libraries/folly/folly.SlackBuild | |
parent | d91af2790e91443f8ecc2a4faa9f8c68817e4daa (diff) |
libraries/folly: Updated for version 2017.03.20.00.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/folly/folly.SlackBuild')
-rw-r--r-- | libraries/folly/folly.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/folly/folly.SlackBuild b/libraries/folly/folly.SlackBuild index a5944e137e269..efa13a5052352 100644 --- a/libraries/folly/folly.SlackBuild +++ b/libraries/folly/folly.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=folly -VERSION=${VERSION:-2016.12.12.00} +VERSION=${VERSION:-2017.03.20.00} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +54,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -69,7 +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 {} \; -pushd folly +pushd folly autoreconf -ivf CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |