Displaying 1 result from an estimated 1 matches for "libsprivate".
Did you mean:
isprivate
2009 Sep 09
4
'make install' fails on Solaris (PR#13946)
...e grep distributed with Solaris
that gets configured by ./configure.
Switching from a separator of ':' to a separator of ',' fixes the problem.
76,77c76,77
< @$(SED) -e "s:@rhome:$(rhome):" -e "s:@rincludedir:$(rincludedir):" \
< -e 's:@libsprivate:$(STATIC_LIBR_PC):' \
---
> @$(SED) -e "s, at rhome,$(rhome)," -e "s, at rincludedir,$(rincludedir)," \
> -e 's, at libsprivate,$(STATIC_LIBR_PC),' \