Show
Ignore:
Timestamp:
10/03/07 12:32:13 (5 years ago)
Author:
andi
Message:

Software version updates
Remove old webinterface directories (owi is current)

Files:
1 modified

Legend:

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

    r456 r463  
    11# libevent 
    2 DOWNLOAD=       http://www.monkey.org/~provos/libevent-1.2a.tar.gz 
     2DOWNLOAD=       http://www.monkey.org/~provos/libevent-1.3e.tar.gz 
    33 
    44CONFIGUREARGS=  --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-shared 
    55 
    6 INSTALL=        $(CP) $(SRCDIR)/.libs/libevent-1.2a.so.1.0.2 $(NEWROOTDIR)/lib && \ 
    7                 $(STRIP) $(NEWROOTDIR)/lib/libevent-1.2a.so.1.0.2 && \ 
    8                 $(LN) -sf libevent-1.2a.so.1.0.2 $(NEWROOTDIR)/lib/libevent.so && \ 
    9                 $(LN) -sf libevent-1.2a.so.1.0.2 $(NEWROOTDIR)/lib/libevent-1.2a.so.1 && \ 
     6INSTALL=        $(CP) $(SRCDIR)/.libs/libevent-1.3e.so.1.0.2 $(NEWROOTDIR)/lib && \ 
     7                $(STRIP) $(NEWROOTDIR)/lib/libevent-1.3e.so.1.0.2 && \ 
     8                $(LN) -sf libevent-1.3e.so.1.0.2 $(NEWROOTDIR)/lib/libevent.so && \ 
     9                $(LN) -sf libevent-1.3e.so.1.0.2 $(NEWROOTDIR)/lib/libevent-1.3e.so.1 && \ 
    1010                cd $(SRCDIR) && make install && cd .. 
    1111