Changeset 481

Show
Ignore:
Timestamp:
10/04/07 21:36:28 (4 years ago)
Author:
carsten
Message:

* corrections for bumped Version of ncurses

Files:
1 modified

Legend:

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

    r456 r481  
    66                --with-default-terminfo-dir=/etc/terminfo 
    77 
    8 INSTALL=        $(CP) $(SRCDIR)/lib/libncurses.so.5.5 $(NEWROOTDIR)/lib && \ 
    9                 $(STRIP) $(NEWROOTDIR)/lib/libncurses.so.5.5 && \ 
    10                 $(LN) -sf libncurses.so.5.5 $(NEWROOTDIR)/lib/libncurses.so.5 && \ 
    11                 $(LN) -sf libncurses.so.5.5 $(NEWROOTDIR)/lib/libncurses.so && \ 
     8INSTALL=        $(CP) $(SRCDIR)/lib/libncurses.so.5.6 $(NEWROOTDIR)/lib && \ 
     9                $(STRIP) $(NEWROOTDIR)/lib/libncurses.so.5.6 && \ 
     10                $(LN) -sf libncurses.so.5.6 $(NEWROOTDIR)/lib/libncurses.so.5 && \ 
     11                $(LN) -sf libncurses.so.5.6 $(NEWROOTDIR)/lib/libncurses.so && \ 
    1212                cd $(SRCDIR) && make install && cd .. 
    1313