mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
Add m4 1.4.19
This commit is contained in:
parent
ba9d182471
commit
6b4ec19e19
6 changed files with 118 additions and 0 deletions
20
steps/m4-1.4.19/pass1.sh
Normal file
20
steps/m4-1.4.19/pass1.sh
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
. ../../import-gnulib.sh
|
||||
|
||||
rm doc/*.1
|
||||
|
||||
rm lib/iconv_open*.h
|
||||
|
||||
autoreconf-2.71 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
LDFLAGS="-latomic" \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue