fix build with i2p disabled

This commit is contained in:
Arvid Norberg
2012-07-31 16:53:37 +00:00
parent e51a30f3dd
commit ee3b006c85
2 changed files with 7 additions and 0 deletions

View File

@@ -306,6 +306,10 @@ feature need-librt : no yes : composite propagated link-incompatible ;
feature fiemap : off on : composite propagated ;
feature.compose <fiemap>on : <define>HAVE_LINUX_FIEMAP_H ;
feature i2p : on off : composite propagated ;
feature.compose <i2p>on : <define>TORRENT_USE_I2P=1 ;
feature.compose <i2p>off : <define>TORRENT_USE_I2P=0 ;
feature iconv : auto on off : composite propagated ;
feature.compose <iconv>on : <define>TORRENT_USE_ICONV=1 ;
feature.compose <iconv>off : <define>TORRENT_USE_ICONV=0 ;