diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2016-02-02 12:52:53 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2016-02-02 12:53:10 -0500 |
commit | fea17bf34244da2b10bf5af0b8257034867a0ba4 (patch) | |
tree | 8aa95db5f493a24ffb7835a4929247b7325f6b95 /net-libs/libbtbb | |
parent | app-crypt/acme: Remove old (diff) | |
download | gentoo-fea17bf34244da2b10bf5af0b8257034867a0ba4.tar.gz gentoo-fea17bf34244da2b10bf5af0b8257034867a0ba4.tar.bz2 gentoo-fea17bf34244da2b10bf5af0b8257034867a0ba4.zip |
net-libs/libbtbb: add support for building static lib
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-libs/libbtbb')
-rw-r--r-- | net-libs/libbtbb/libbtbb-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild b/net-libs/libbtbb/libbtbb-9999.ebuild index 437a5c9f8ceb..d010cc009e89 100644 --- a/net-libs/libbtbb/libbtbb-9999.ebuild +++ b/net-libs/libbtbb/libbtbb-9999.ebuild @@ -23,7 +23,7 @@ fi LICENSE="GPL-2" SLOT="0/${PV}" -IUSE="+pcap +wireshark-plugins" +IUSE="+pcap static-libs +wireshark-plugins" RDEPEND=" pcap? ( net-libs/libpcap ) @@ -74,6 +74,7 @@ src_configure() { -DPACKAGE_MANAGER=true $(cmake-utils_use pcap PCAPDUMP) $(cmake-utils_use pcap USE_PCAP) + $(cmake-utils_use static-libs BUILD_STATIC) ) cmake-utils_src_configure |