aboutsummaryrefslogtreecommitdiff
path: root/libraries/xerces-c/xerces-c.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-12-08 18:06:47 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-18 00:09:51 -0500
commit5a220d4b7e7766f148276c28d9d9c1e7ca16bb96 (patch)
treeecd1c985183cde048626e200f55c40f8092b5825 /libraries/xerces-c/xerces-c.SlackBuild
parent5aefc096ea2e64abfb3388c3c83e6983afbd470b (diff)
libraries/xerces-c: Updated for version 3.2.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/xerces-c/xerces-c.SlackBuild')
-rw-r--r--libraries/xerces-c/xerces-c.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/xerces-c/xerces-c.SlackBuild b/libraries/xerces-c/xerces-c.SlackBuild
index 6410b82b15dd4..84fa228ae5b66 100644
--- a/libraries/xerces-c/xerces-c.SlackBuild
+++ b/libraries/xerces-c/xerces-c.SlackBuild
@@ -49,7 +49,7 @@
################################################################
PRGNAM=xerces-c
-VERSION=${VERSION:-3.2.0}
+VERSION=${VERSION:-3.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -113,7 +113,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-static \
--build=$ARCH-slackware-linux
-make -j1
+make
make install DESTDIR=$PKG
if [ "$WITHSAMPLES" = "1" ]; then