mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
18 lines
614 B
Diff
18 lines
614 B
Diff
SPDX-FileCopyrightText: 2021 Samuel Tyler <samuel@samuelt.me>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
fopen-safer.c for whatever reason does not exist when added by gnulib.
|
|
|
|
--- bison-2.3/lib/Makefile.am 2021-04-11 19:01:01.265993928 +1000
|
|
+++ bison-2.3/lib/Makefile.am 2021-04-11 19:01:40.413232722 +1000
|
|
@@ -31,7 +31,8 @@
|
|
lib_SOURCES = \
|
|
get-errno.h get-errno.c \
|
|
subpipe.h subpipe.c \
|
|
- $(bitsets_sources) $(additional_bitsets_sources) $(timevars_sources)
|
|
+ $(bitsets_sources) $(additional_bitsets_sources) $(timevars_sources) \
|
|
+ fopen-safer.c
|
|
|
|
# Implementation of bitsets
|
|
bitsets_sources = \
|