diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-16 14:15:00 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:54:38 -0500 |
commit | 0671ab3f1a2bfd3fea28bc690368ebe7a3e54a02 (patch) | |
tree | 37423d8c9d15d0dc36d7531015c09cbbdc72508e /python | |
parent | 9dbe1694775a30278d5f763579f0e1df83eb1344 (diff) |
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pypoppler/pypoppler.SlackBuild b/python/pypoppler/pypoppler.SlackBuild index 0195cb53b9ed..5f517cea5866 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 \ |