mirror of https://github.com/google/oss-fuzz.git
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:
parent
38b1953417
commit
0f051b1fbd
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue