Makefile.rules 681 B

12345678910111213141516
  1. # We switched download locations so Asterisk users don't bombard the Digip
  2. # site with download requests.
  3. #
  4. # For future reference when upgrading bundled JANSSON the next time
  5. # JANSSON is released.
  6. # Digip's download URL.
  7. # PACKAGE_URL ?= http://www.digip.org/jansson/releases/
  8. PACKAGE_URL ?= https://raw.githubusercontent.com/asterisk/third-party/master/jansson/$(JANSSON_VERSION)
  9. TARBALL_FILE = jansson-$(JANSSON_VERSION).tar.bz2
  10. # JANSSON_CONFIGURE_OPTS could come from the command line or could be
  11. # set/modified by configure.m4 if the build or host tuples aren't the same
  12. # as the current build environment (cross-compile).
  13. JANSSON_CONFIG_OPTS = $(JANSSON_CONFIGURE_OPTS)