summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-29 17:59:37 +0000
committerng0 <ng0@n0.is>2019-04-29 17:59:37 +0000
commita341c3159eaeb4a6386fc3360f8d082e25b26ec3 (patch)
tree626ec94607b403081aaad49faa3980d160df1c37 /maketgz
parentc9a8e0df6eff4f9dde5794a3aa80a60acf60088e (diff)
downloadgnurl-a341c3159eaeb4a6386fc3360f8d082e25b26ec3.tar.gz
gnurl-a341c3159eaeb4a6386fc3360f8d082e25b26ec3.tar.bz2
gnurl-a341c3159eaeb4a6386fc3360f8d082e25b26ec3.zip
Fix the failing buildgnurl-7.64.1
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz7
1 files changed, 4 insertions, 3 deletions
diff --git a/maketgz b/maketgz
index 556cca33f..54e508597 100755
--- a/maketgz
+++ b/maketgz
@@ -123,7 +123,8 @@ findprog() {
# Enforce a rerun of configure (updates the VERSION)
echo "Re-running config.status"
-./config.status --recheck >/dev/null
+# CC=clang ./config.status --recheck --disable-ftp --disable-file --disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --without-ssl --disable-libpsl --without-libpsl --without-librtmp --disable-ntlm-wb >/dev/null
+./config.status --recheck > /dev/null
# automake is needed to run to make a non-GNU Makefile.in if Makefile.am has been modified.
@@ -157,7 +158,7 @@ tarball="gnurl-$version.tar"
tardir="gnurl-$version"
# TODO: Here's something we need to fix for nbsd make to work.
# MAKE=gmake is required.
-gmake -sj dist VERSION=$version
+gmake dist VERSION=$version
# Now make an Z archive from the tar.gz original
@@ -224,5 +225,5 @@ ls -l $targz $compressfile $paxz
echo "Run this:"
echo "gpg2 -b -a $targz && gpg2 -b -a $compressfile && gpg2 -b -a $paxz"
sha1 $targz $compressfile $paxz
-md5 -a SHA512 $targz $compressfile $paxz
+sum -a SHA512 $targz $compressfile $paxz
rmd160 $targz $compressfile $paxz