Magellan Linux

Diff of /trunk/extras/spidermonkey/spidermonkey-52.7.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30869 by niro, Wed May 2 09:42:44 2018 UTC revision 30870 by niro, Wed May 2 11:35:42 2018 UTC
# Line 88  src_compile() Line 88  src_compile()
88   --without-system-icu \   --without-system-icu \
89   || die   || die
90    
91   SRCSUBDIR="js/src" mmake || die   # shell export fixes some bugs in a chroot environment
92     # see: http://comments.gmane.org/gmane.linux.lfs.beyond.support/47450
93     SRCSUBDIR="js/src" SHELL="${SHELL}" mmake || die
94  }  }
95    
96  src_install()  src_install()

Legend:
Removed from v.30869  
changed lines
  Added in v.30870