summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-12-16 14:15:00 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:54:38 -0500
commit0671ab3f1a2bfd3fea28bc690368ebe7a3e54a02 (patch)
tree37423d8c9d15d0dc36d7531015c09cbbdc72508e /python
parent9dbe1694775a30278d5f763579f0e1df83eb1344 (diff)
downloadslackbuilds-0671ab3f1a2bfd3fea28bc690368ebe7a3e54a02.tar.gz
python/pypoppler: Fix for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/pypoppler/pypoppler.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pypoppler/pypoppler.SlackBuild b/python/pypoppler/pypoppler.SlackBuild
index 0195cb53b9..5f517cea58 100644
--- a/python/pypoppler/pypoppler.SlackBuild
+++ b/python/pypoppler/pypoppler.SlackBuild
@@ -56,7 +56,7 @@ patch -p0 < $CWD/patches/python-poppler-0.12.1-poppler-0.39.0-changes.patch
autoreconf -ivf
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -w -Wl,--allow-multiple-definition" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \