Changeset 478 for trunk/openmct/packages/lib/torrent/Makefile
- Timestamp:
- 10/04/07 19:35:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/openmct/packages/lib/torrent/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/lib/torrent/Makefile
r463 r478 1 1 # torrent 2 DOWNLOAD= http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.8.tar.gz 2 DOWNLOAD= http://downloads.sourceforge.net/libtorrent/libtorrent-0.12.tar.gz 3 #http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.8.tar.gz 3 4 4 5 CONFIGUREENV= CC=$(OPENMCT_CROSS_COMPILE)gcc \ … … 7 8 CXXFLAGS="-Os -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1 -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1/sigc++" 8 9 9 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-shared --disable-aligned \ 10 --with-openssl=$(OPENMCT_CROSS_BASE) 10 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-shared --disable-aligned 11 #\ 12 # --with-openssl=$(OPENMCT_CROSS_BASE) 11 13 12 14 INSTALL= $(CP) $(SRCDIR)/src/.libs/libtorrent.so.9.0.0 $(NEWROOTDIR)/lib && \
