Updated zlib-ng project (#5196)

* [zlib-ng] Update project homepage url.

* [zlib-ng] Change linker to use lld due to bug with -fno-semantic-interposition.
This commit is contained in:
Nathan Moinvaziri 2021-02-13 11:59:54 -08:00 committed by GitHub
parent 38b1953417
commit 0f051b1fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@
#
################################################################################
export LDSHARED=$CXX
export LDSHARED=lld
export LDFLAGS="$CFLAGS -stdlib=libc++"
./configure
sed -i "/^LDSHARED=.*/s#=.*#=$CXX#" Makefile
sed -i 's/$(CC) $(LDFLAGS)/$(CXX) $(LDFLAGS)/g' Makefile
make -j$(nproc) clean

View File

@ -1,4 +1,4 @@
homepage: "https://github.com/Dead2/zlib-ng"
homepage: "https://github.com/zlib-ng/zlib-ng"
language: c++
primary_contact: "zlib-ng@circlestorm.org"
auto_ccs: