183
edits
Mnandigama (talk | contribs) No edit summary |
Mnandigama (talk | contribs) No edit summary |
||
| Line 31: | Line 31: | ||
The work around to address this problem is as follows: | The work around to address this problem is as follows: | ||
* Modify [ in the trunk you checked out ] src/nsprpub/config/rules.mk on line #352 | * Modify [ in the trunk you checked out ] src/nsprpub/config/rules.mk on line #352 | ||
** Change it from $(MKSHLIB) $(OBJS) $(RES) $(EXTRA_LIBS) to $(MKSHLIB) $(OBJS) $(RES) $(EXTRA_LIBS) $( | ** Change it from $(MKSHLIB) $(OBJS) $(RES) $(EXTRA_LIBS) to $(MKSHLIB) $(OBJS) $(RES) $(EXTRA_LIBS) $(LDFLAGS) | ||
edits