mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-01 23:54:52 +00:00
10 lines
156 B
Bash
10 lines
156 B
Bash
# Texinfo Phase 3
|
|
sed -e 's/__attribute_nonnull__/__nonnull/' \
|
|
-i gnulib/lib/malloc/dynarray-skeleton.c
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make install
|
|
|