summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-10-03 09:51:09 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-10-03 09:51:09 -0500
commit477a241c108753815e0c4bcc0e4b7f96d52defaa (patch)
tree366bb48cc352a154e8b4f601a895c21e9c5ecc1f /contrib
parentedb1f4713921c31d5f467929ce568c6f6b6f5db6 (diff)
downloadlibpng-477a241c108753815e0c4bcc0e4b7f96d52defaa.tar.gz
[libpng16] Use --zprefix in oss-fuzz libpng build to avoid conflict with system libz.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/oss-fuzz/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/oss-fuzz/build.sh b/contrib/oss-fuzz/build.sh
index 300a7e83e..1ddd150c8 100755
--- a/contrib/oss-fuzz/build.sh
+++ b/contrib/oss-fuzz/build.sh
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-# Last changed in libpng 1.6.35 [October 1, 2017]
+# Last changed in libpng 1.6.35 [October 3, 2017]
#
# Revisions by Glenn Randers-Pehrson, 2017:
# 1. Build only the library, not the tools (changed "make -j$(nproc) all" to
@@ -32,7 +32,7 @@ cat scripts/pnglibconf.dfa | \
mv scripts/pnglibconf.dfa.temp scripts/pnglibconf.dfa
# build zlib library.
-(cd ../zlib; ./configure; make -j$(nproc) clean; make -j$(nproc) all)
+(cd ../zlib; ./configure --zprefix; make -j$(nproc) clean; make -j$(nproc) all)
# build the libpng library.
autoreconf -f -i