Project

General

Profile

makefile.diff

Greg Shah, 12/08/2016 06:24 AM

Download (546 Bytes)

View differences:

src/native/makefile 2016-12-08 11:02:12 +0000
133 133
   # line utilities for the same purpose (to avoid the hard requirement of
134 134
   # having extra utility programs installed in addition to P2J); this is 
135 135
   # the reason why libp2j depends on libncurses:
136
   override LDFLAGS+=-lncurses -ldl -lutil
136
   override LDFLAGS+=-l:libncurses.so.6 -ldl -lutil
137 137
   # this option is valid in Linux but not in Solaris
138 138
   override RMCMD+=v 
139 139
endif