components/rtorrent/Makefile
changeset 7075 a25f861f02f5
parent 6932 ae9e3811b2ec
child 7687 1093e2a9adbd
equal deleted inserted replaced
7074:932d173cefb1 7075:a25f861f02f5
    62 CONFIGURE_OPTIONS.64 +=	--srcdir=$(BUILD_DIR_64)
    62 CONFIGURE_OPTIONS.64 +=	--srcdir=$(BUILD_DIR_64)
    63 CONFIGURE_OPTIONS +=	--enable-shared
    63 CONFIGURE_OPTIONS +=	--enable-shared
    64 CONFIGURE_OPTIONS +=	--disable-static
    64 CONFIGURE_OPTIONS +=	--disable-static
    65 CONFIGURE_OPTIONS +=	--disable-debug
    65 CONFIGURE_OPTIONS +=	--disable-debug
    66 
    66 
    67 # Delete this when libtorrent is updated in the build servers
       
    68 LIBTORRENT_BASE = $(WS_COMPONENTS)/libtorrent/build/prototype/$(MACH)
       
    69 PKG_CONFIG_PATHS += $(LIBTORRENT_BASE)$(PKG_CONFIG_PATH.$(BITS))
       
    70 LD_OPTIONS += -L$(LIBTORRENT_BASE)$(USRLIB.$(BITS))
       
    71 CXXFLAGS += -I$(LIBTORRENT_BASE)$(USRINCDIR)
       
    72 CXXFLAGS += -I$(LIBTORRENT_BASE)$(USRINCDIR)/torrent
       
    73 CXXFLAGS += -I$(LIBTORRENT_BASE)$(USRINCDIR)/torrent/utils
       
    74 COMPONENT_BUILD_ENV += LD_LIBRARY_PATH_$(BITS)="$(LIBTORRENT_BASE)$(USRLIB.$(BITS))"
       
    75 #end Delete
       
    76 
       
    77 REQUIRED_PACKAGES += developer/build/automake-115
    67 REQUIRED_PACKAGES += developer/build/automake-115
    78 REQUIRED_PACKAGES += library/c++/sigcpp
    68 REQUIRED_PACKAGES += library/c++/sigcpp
    79 REQUIRED_PACKAGES += library/libtorrent
    69 REQUIRED_PACKAGES += library/libtorrent
    80 REQUIRED_PACKAGES += library/ncurses
    70 REQUIRED_PACKAGES += library/ncurses
    81 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
    71 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime