make: 4.4

This commit is contained in:
Owen Rafferty 2022-10-31 10:32:30 -05:00
parent b1d77c98b9
commit 5ea9f8e149
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,10 @@
#!/bin/sh -e
export CFLAGS="$CFLAGS -static"
export LDFLAGS="$LDFLAGS -static"
./configure \
--prefix=/usr
--prefix=/usr \
--disable-nls
make
make install

View File

@ -1 +1 @@
e05fdde47c5f7ca45cb697e973894ff4f5d79e13b750ed57d7b66d8defc78e19
581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18

View File

@ -1 +1 @@
4.3 1
4.4 1