summaryrefslogtreecommitdiffstats
path: root/ftp-libs/rb-libtorrent/DEPENDS
blob: 050c91000187aa2e7f6b1df580279544fd351e48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
depends -sub CXX gcc                       &&
BOOST_LIBS="THREAD FILESYSTEM DATE_TIME RANDOM REGEX PROGRAM_OPTIONS" &&

if list_find "$RB_LIBTORRENT_OPTS" "--enable-python-binding"; then
  list_add BOOST_LIBS "PYTHON"
fi &&

depends -sub "${BOOST_LIBS}" boost &&

optional_depends SSL \
                 "" \
                 "" \
                 "for SSL support" &&

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