summaryrefslogblamecommitdiffstats
path: root/ftp-libs/rb-libtorrent/DEPENDS
blob: a1c8af226be8aa73f8c8844f6137244c3680f87d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                    
                                             




                                         

                                    
                                                                  
                          









                                                         
depends zlib "--with-zlib=system" &&
depends -sub CXX gcc                       &&
depends boost                     &&
sub_depends boost THREAD          &&
sub_depends boost FILESYSTEM      &&
sub_depends boost DATE_TIME       &&     
sub_depends boost REGEX           &&
sub_depends boost PROGRAM_OPTIONS &&

if list_find "$RB_LIBTORRENT_OPTS" "--enable-python-binding"; then
  sub_depends boost PYTHON
fi &&

optional_depends openssl \
                 "--with-ssl" \
                 "--without-ssl" \
                 "for SSL support" &&

optional_depends geoip \
                 "--with-libgeoip" "" \
                 "enable linking against system libgeoip"