~alpine/aports

testing/pdftk: Add -fPIC compilation flag v1 PROPOSED

Michael Koloberdin <koloberdin@gmail.com>
Michael Koloberdin: 1
 testing/pdftk: Add -fPIC compilation flag

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1866/mbox | git am -3
Learn more about email & git

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

Michael Koloberdin <koloberdin@gmail.com>
---
 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
---