repo/make/build

8 lines
250 B
Text
Raw Normal View History

2021-07-07 13:48:44 +03:00
wget -O ${temp_location}/make/make.tar.gz https://ftp.gnu.org/gnu/make/make-4.3.tar.gz
untar -xf ${temp_location}/make/make.tar.gz
cd ${temp_location}/make/make
2021-07-04 19:08:09 +03:00
export CFLAGS="$CFLAGS -static"
./configure --prefix=/usr
make
make DESTDIR="$1" install