]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bundled-jansson: On OpenSuse Leap libjansson.a was placed in lib64
authorGeorge Joseph <gjoseph@digium.com>
Mon, 4 Feb 2019 13:09:57 +0000 (06:09 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 4 Feb 2019 13:17:41 +0000 (07:17 -0600)
commit70fa6e6955ea62f9036f775861cc7425c813c050
tree3739b1cb2b364cb8c7572f66c5dfa32974867f62
parent36a10a3672115693f669acc39c5ebea6093278fe
bundled-jansson:  On OpenSuse Leap libjansson.a was placed in lib64

On OpenSuse Leap, libjansson.a is installed in
third-party/jansson/dest/lib64 instead of lib (which is where
the top-level makeopts looks).  This causes a link failure.

* Updated jansson/Makefile to add an explicit --libdir to force
  the installation to third-party/jansson/dest/lib.

ASTERISK-28271
Reported by: David Wilcox

Change-Id: Ibf8af75e5da13562105fcc39ed898c6ef0b5a5f3
third-party/jansson/Makefile