mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Merge "bundled-jansson: On OpenSuse Leap libjansson.a was placed in lib64" into 16
This commit is contained in:
3
third-party/jansson/Makefile
vendored
3
third-party/jansson/Makefile
vendored
@@ -81,7 +81,8 @@ source/.unpacked: $(DOWNLOAD_DIR)/$(TARBALL_FILE)
|
||||
|
||||
source/config.status: source/.unpacked Makefile.rules .rebuild_needed
|
||||
$(ECHO_PREFIX) Configuring
|
||||
$(CMD_PREFIX) (cd source ; ./configure $(QUIET_CONFIGURE) $(JANSSON_CONFIG_OPTS) --disable-shared --enable-static --prefix=$(JANSSON_DIR)/dest)
|
||||
$(CMD_PREFIX) (cd source ; ./configure $(QUIET_CONFIGURE) $(JANSSON_CONFIG_OPTS) --disable-shared \
|
||||
--enable-static --prefix=$(JANSSON_DIR)/dest --libdir=$(JANSSON_DIR)/dest/lib)
|
||||
|
||||
configure: source/config.status
|
||||
|
||||
|
Reference in New Issue
Block a user