diff options
author | Matteo Bernardini | 2020-05-23 08:12:52 +0200 |
---|---|---|
committer | Matteo Bernardini | 2020-05-23 08:12:52 +0200 |
commit | 9b91bf41a9b6c2933b7757536fc9944e643602bf (patch) | |
tree | fb675a32bf315d68d76a87ac30b339d2f95fb5bd /network/grsync/grsync.SlackBuild | |
parent | ed0074d03fdb30fde2ae0f56100c935d31cefbb8 (diff) | |
download | slackbuilds-6e80487f0a858e964db00e8ce1cef8e776ee7760.tar.gz |
20200523.1 global branch merge.current-20200523.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/grsync/grsync.SlackBuild')
-rw-r--r-- | network/grsync/grsync.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/grsync/grsync.SlackBuild b/network/grsync/grsync.SlackBuild index 222cf8102e..92f7490f77 100644 --- a/network/grsync/grsync.SlackBuild +++ b/network/grsync/grsync.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for grsync -# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # 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=grsync -VERSION=${VERSION:-1.2.6} +VERSION=${VERSION:-1.2.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,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 {} \; -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -fcommon" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |