diff options
author | Michael Koloberdin <koloberdin@gmail.com> | 2016-08-31 18:49:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-02 06:37:58 +0000 |
commit | f326a73efc64ade7330f9d66212c7568493e4865 (patch) | |
tree | 18b02da4633229cd8a0840db3f78be8cab71bb15 /testing | |
parent | 9296a3eed1937ae4695615caade2d7c6c7a7adca (diff) | |
download | aports-f326a73efc64ade7330f9d66212c7568493e4865.tar.bz2 aports-f326a73efc64ade7330f9d66212c7568493e4865.tar.xz |
testing/pdftk: Add -fPIC compilation flag
Diffstat (limited to 'testing')
-rw-r--r-- | testing/pdftk/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/pdftk/APKBUILD b/testing/pdftk/APKBUILD index b385484083..2d8b1df450 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 |