logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

libiberty-add-missing-config-directory-reference.patch (581B)


  1. SPDX-FileCopyrightText: 2022 Dor Askayo <dor.askayo@gmail.com>
  2. SPDX-License-Identifier: GPL-3.0-or-later
  3. Add missing AC_CONFIG_MACRO_DIR.
  4. Required by autoreconf to create aclocal.m4 correctly.
  5. --- binutils-2.30//libiberty/configure.ac 2022-01-22 14:14:09.000000000 +0200
  6. +++ binutils-2.30/libiberty/configure.ac 2022-09-04 00:01:02.941738129 +0300
  7. @@ -2,6 +2,7 @@
  8. AC_INIT
  9. AC_CONFIG_SRCDIR([xmalloc.c])
  10. +AC_CONFIG_MACRO_DIR(../config)
  11. # This works around the fact that libtool configuration may change LD
  12. # for this particular configuration, but some shells, instead of