Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679962 - net-libs/zeromq-4.3.1: Build static libs with -fPIC
Summary: net-libs/zeromq-4.3.1: Build static libs with -fPIC
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-10 18:31 UTC by Patrick Lauer
Modified: 2022-06-05 08:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2019-03-10 18:31:14 UTC
This is required for building the pipelinedb postgres extension, for example.

Patch:
diff --git a/net-libs/zeromq/zeromq-4.3.1.ebuild b/net-libs/zeromq/zeromq-4.3.1.ebuild
index 48d315ec333..2853565fb3b 100644
--- a/net-libs/zeromq/zeromq-4.3.1.ebuild
+++ b/net-libs/zeromq/zeromq-4.3.1.ebuild
@@ -45,6 +45,7 @@ src_configure() {
                $(use_with sodium libsodium)
                $(use_with pgm)
                $(use_with doc docs)
+               --with-pic
        )
        econf "${myeconfargs[@]}"
 }