#2. Convert curl, git, pixz to static, and update dependencies... (#5837)

* Convert curl, git, pixz to static, and update dependencies...

* Make git, curl, pixz first to get updated.

* updates to curl, git, libcurl, openssl

* Update Git build, more carefully add upx compression.

* add libcurl dep to curl

* move license line

* don't save rdfind results

* curl and libidn2 changes

* fix remove check file

* curl changes, add package updates to fix sommelier
This commit is contained in:
satmandu
2021-06-07 13:01:45 -04:00
committed by GitHub
parent cab5ec64e3
commit 93276e3388
64 changed files with 809 additions and 595 deletions

View File

@@ -22,7 +22,7 @@ class Clib < Package
x86_64: '06c1bac595387b7eeb3e2fddd64c94d3ef6394492e4315f4604e4c4f719efeb9',
})
depends_on 'curl'
depends_on 'libcurl'
def self.build
system "sed -i 's,PREFIX ?= /usr/local,PREFIX ?= #{CREW_DEST_PREFIX},' Makefile"