Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285661 - =net-p2p/dclib-0.3.23.ebuild bad depending
Summary: =net-p2p/dclib-0.3.23.ebuild bad depending
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo net-p2p team
URL: http://wxdcgui.sourceforge.net/compil...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-20 09:49 UTC by Andreis Vinogradovs ( slepnoga )
Modified: 2010-07-15 12:58 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 Andreis Vinogradovs ( slepnoga ) 2009-09-20 09:49:36 UTC
dclib-0.3.23  optional depend on openssl library.
Also , configure script provide support for scock proxy, i.e:
  --enable-socks          use the socks proxying library (default disabled)
Comment 1 Andreis Vinogradovs ( slepnoga ) 2009-09-20 09:51:18 UTC
Part of ./configure output
Optional Features:
  --disable-lfs           disable largefile (files larger than 2GiB) support
                          (default enabled)
  --disable-warnings      disable compiler warnings (default enabled)
  --enable-debug          enable debugging support (default disabled)
...skip..

  --disable-xmltest       Do not try to compile and run a test LIBXML program
  --enable-socks          use the socks proxying library (default disabled)
  --disable-rpath         do not hardcode runtime library paths
  --disable-ssl           disable support for Secure Sockets Layer
                          (default=enabled)
  --disable-unordered-stl disable use of C++ classes unordered_map and
                          unordered_set (default=used if present)
  --disable-cstring-key   disable use of CString as the key for unordered_map
Comment 2 Andreis Vinogradovs ( slepnoga ) 2009-09-20 09:52:20 UTC
Please, rewrite ebuild and add use flags and econf options
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-03-23 10:38:09 UTC
+  23 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> dclib-0.3.23.ebuild,
+  +files/dclib-0.3.23-asneeded.patch:
+  Fix building with -Wl,--as-needed wrt #282426 by Kacper Kowalik. Fix
+  missing USE="socks5" and USE="ssl" wrt #285661 by Andreis Vinogradovs.