Sha256: 3c843ae248e1fe1627053b8ebc7beaa18e57dac9734fb0ef38d79d66eb8854c9

Contents?: true

Size: 502 Bytes

Versions: 2

Compression:

Stored size: 502 Bytes

Contents

From 0a57a934ba38621c666df40abba6f83cb6e32026 Mon Sep 17 00:00:00 2001
From: Petko Bordjukov <bordjukov@gmail.com>
Date: Thu, 9 Jun 2016 02:54:43 +0300
Subject: [PATCH 2/6] Add default LDFLAGS

---
 configure.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.bash b/configure.bash
index 7308b9d..a1ec1de 100755
--- a/configure.bash
+++ b/configure.bash
@@ -15,6 +15,7 @@ else
     COCOA_READER=0
     LCMS2=auto
 fi
+LDFLAGS="-lpng -static"
 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/0002-Add-default-LDFLAGS.patch
image_compressor_pack-0.1.1.rc2 ports/patches/pngquant/0002-Add-default-LDFLAGS.patch