summaryrefslogtreecommitdiffstats
path: root/system/vcp/vcp.SlackBuild
diff options
context:
space:
mode:
author B. Watson2022-12-29 04:41:54 +0100
committer Willy Sudiarto Raharjo2022-12-31 03:14:55 +0100
commitde435f3a15fb549abe6be962e324450412f57295 (patch)
tree42997150b621b7df0be9dab68bcd02fad17ff6b4 /system/vcp/vcp.SlackBuild
parentb409dd37b13ab0829d667335162761d35f08cc41 (diff)
downloadslackbuilds-de435f3a15fb549abe6be962e324450412f57295.tar.gz
system/vcp: Use -fcommon, tweak slack-desc.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/vcp/vcp.SlackBuild')
-rw-r--r--system/vcp/vcp.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/system/vcp/vcp.SlackBuild b/system/vcp/vcp.SlackBuild
index 2f6e82c658..2b28b63955 100644
--- a/system/vcp/vcp.SlackBuild
+++ b/system/vcp/vcp.SlackBuild
@@ -6,11 +6,16 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20221228 bkw: BUILD=2: use -fcommon rather than
+# -Wl,--allow-multiple-definitions. It probably doesn't matter,
+# but -fcommon is more standard (and easier to grep for).
+# Also tweak the slack-desc slightly.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vcp
VERSION=${VERSION:-2.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -57,7 +62,7 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
-make CFLAGS="$SLKCFLAGS -Wl,--allow-multiple-definition"
+make CFLAGS="$SLKCFLAGS -fcommon"
# "make install" is a mess, do it ourselves:
mkdir -p $PKG/usr/bin $PKG/etc $PKG/usr/man/man1 $PKG/usr/man/pl/man1