~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] testing/pdftk: Add -fPIC compilation flag

Michael Koloberdin <koloberdin@gmail.com>
Details
Message ID
<20160831184900.2173-1-koloberdin@gmail.com>
Sender timestamp
1472669340
DKIM signature
missing
Download raw message
Patch: +4 -4
---
 testing/pdftk/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/pdftk/APKBUILD b/testing/pdftk/APKBUILD
index b385484..2d8b1df 100644
--- a/testing/pdftk/APKBUILD
+++ b/testing/pdftk/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Koloberdin <koloberdin@gmail.com>
pkgname=pdftk
pkgver=2.02
pkgrel=0
pkgrel=1
pkgdesc="Pdftk is a simple tool for doing everyday things with PDF documents"
url="http://www.pdfhacks.com/pdftk"
arch="all"
@@ -29,9 +29,9 @@ export AR= ar
export RM= rm
export ARFLAGS= rs
export RMFLAGS= -vf
export CPPFLAGS= -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -DUNBLOCK_SIGNALS -fdollars-in-identifiers
export CXXFLAGS= $CXXFLAGS
export GCJFLAGS= -Wno-all -fsource=1.3 -O2
export CPPFLAGS= -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -DUNBLOCK_SIGNALS -fdollars-in-identifiers -fPIC
export CXXFLAGS= $CXXFLAGS -fPIC
export GCJFLAGS= -Wno-all -fsource=1.3 -O2 -fPIC
export GCJHFLAGS= -force
export LDLIBS= -lgcj

-- 
2.9.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)