aboutsummaryrefslogtreecommitdiff
path: root/libraries/jansson/jansson.SlackBuild
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2018-12-11 11:12:09 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-15 20:44:30 +0700
commit92c3ad627e31018a70e978fc135c936a111e64eb (patch)
treed8f2daa75627e65eb26c2c90ab1b86ae7e4bdd5e /libraries/jansson/jansson.SlackBuild
parentc5ce607673f174d124087607105d8d4177b8d8f4 (diff)
libraries/jansson: Updated for version 2.12
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'libraries/jansson/jansson.SlackBuild')
-rw-r--r--libraries/jansson/jansson.SlackBuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/libraries/jansson/jansson.SlackBuild b/libraries/jansson/jansson.SlackBuild
index 49bc52ca0ad18..442ed044e0a5a 100644
--- a/libraries/jansson/jansson.SlackBuild
+++ b/libraries/jansson/jansson.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jansson
-VERSION=${VERSION:-2.11}
+VERSION=${VERSION:-2.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,11 +69,6 @@ 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 {} \;
-# Patch to fix conflicting json_* symbols.
-# Ref: https://groups.google.com/forum/#!topic/jansson-users/7Efx-RI45IU
-patch -p1 < $CWD/0001-Enable-Bsymbolic-functions-linker-flag-whenever-poss.patch
-autoreconf -ivf
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \