You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
589 B

  1. From: Tiago Gaspar <tiagogaspar8@gmail.com>
  2. Date: Fri, 21 Jan 2022 13:39:30 +0000
  3. Subject: [PATCH] libtool: Reduce the required version
  4. Current Openwrt's libtool verion is 2.4.2, yet, jool had the requirement
  5. set to 2.4.6 in source.
  6. Change that to Openwrt's version.
  7. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
  8. --- a/configure.ac
  9. +++ b/configure.ac
  10. @@ -5,7 +5,7 @@ AC_PREREQ([2.68])
  11. AC_INIT([Jool], [4.1.6], [jool@nic.mx])
  12. AC_CONFIG_SRCDIR([src/common/xlat.h])
  13. AM_INIT_AUTOMAKE([subdir-objects])
  14. -LT_PREREQ([2.4.6])
  15. +LT_PREREQ([2.4.2])
  16. # Checks for programs.
  17. AC_PROG_CC