Changeset 463 for trunk/openmct/packages/lib/torrent/Makefile
- Timestamp:
- 10/03/07 12:32:13 (5 years ago)
- Files:
-
- 1 modified
-
trunk/openmct/packages/lib/torrent/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/lib/torrent/Makefile
r456 r463 1 1 # torrent 2 DOWNLOAD= http://libtorrent.rakshasa.no/downloads/libtorrent-0.11. 2.tar.gz2 DOWNLOAD= http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.8.tar.gz 3 3 4 4 CONFIGUREENV= CC=$(OPENMCT_CROSS_COMPILE)gcc \ 5 5 CXX=$(OPENMCT_CROSS_COMPILE)g++ \ 6 CFLAGS="-Os -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2. 0 -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.0/sigc++" \7 CXXFLAGS="-Os -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2. 0 -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.0/sigc++"6 CFLAGS="-Os -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1 -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1/sigc++" \ 7 CXXFLAGS="-Os -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1 -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1/sigc++" 8 8 9 9 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-shared --disable-aligned \
