Sha256: 347340d913957fd275f5c211ec896b3ade110826578e367cdedf62fd9390d555
Contents?: true
Size: 586 Bytes
Versions: 1
Compression:
Stored size: 586 Bytes
Contents
From f9bd64476161112ed1fb8d76e6069b23c0219ab8 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov <bordjukov@gmail.com> Date: Thu, 9 Jun 2016 04:45:34 +0300 Subject: [PATCH 6/7] Do not build static binary --- configure.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.bash b/configure.bash index 4b8c80e..25c0e90 100755 --- a/configure.bash +++ b/configure.bash @@ -15,7 +15,7 @@ else COCOA_READER=0 LCMS2=auto fi -LDFLAGS="-lpng -lz -llcms2 -lpthread -static" +LDFLAGS="-lpng -lz -llcms2 -lpthread" EXTRA_CFLAGS= EXTRA_LDFLAGS= -- 2.8.3
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
image_compressor_pack-0.1.3 | ports/patches/pngquant/0006-Do-not-build-static-binary.patch |