summaryrefslogtreecommitdiffstats
path: root/libraries/jansson/jansson.SlackBuild
diff options
context:
space:
mode:
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 49bc52ca0a..442ed044e0 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 \