Show
Ignore:
Timestamp:
10/04/07 19:35:25 (5 years ago)
Author:
carsten
Message:

little correction in main Makefile for colorsettings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openmct/packages/lib/torrent/Makefile

    r463 r478  
    11# torrent 
    2 DOWNLOAD=       http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.8.tar.gz 
     2DOWNLOAD=       http://downloads.sourceforge.net/libtorrent/libtorrent-0.12.tar.gz 
     3#http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.8.tar.gz 
    34 
    45CONFIGUREENV=   CC=$(OPENMCT_CROSS_COMPILE)gcc \ 
     
    78                CXXFLAGS="-Os -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1 -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1/sigc++" 
    89 
    9 CONFIGUREARGS=  --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-shared --disable-aligned \ 
    10                 --with-openssl=$(OPENMCT_CROSS_BASE) 
     10CONFIGUREARGS=  --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-shared --disable-aligned  
     11#\ 
     12#               --with-openssl=$(OPENMCT_CROSS_BASE) 
    1113 
    1214INSTALL=        $(CP) $(SRCDIR)/src/.libs/libtorrent.so.9.0.0 $(NEWROOTDIR)/lib && \