Sha256: d453c7b76bd4895bda73004672c49477d4b663c7fa7b8e4a7b5e78e1e7b9f058

Contents?: true

Size: 586 Bytes

Versions: 2

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/6] 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

2 entries across 2 versions & 1 rubygems

Version Path
image_compressor_pack-0.1.1 ports/patches/pngquant/0006-Do-not-build-static-binary.patch
image_compressor_pack-0.1.1.rc2 ports/patches/pngquant/0006-Do-not-build-static-binary.patch