Magellan Linux

Diff of /smage/trunk/extras/firefox/firefox-43.0.4-r1.smage2

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

revision 8424 by niro, Tue Jan 26 11:49:11 2016 UTC revision 8427 by niro, Tue Jan 26 13:32:39 2016 UTC
# Line 175  src_compile() Line 175  src_compile()
175  {  {
176   cd ${SRCDIR}   cd ${SRCDIR}
177    
178     # fix issues with --as-needed enabled
179     export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
180    
181   # setup .mozconfig   # setup .mozconfig
182   cp browser/config/mozconfig .mozconfig || die   cp browser/config/mozconfig .mozconfig || die
183    

Legend:
Removed from v.8424  
changed lines
  Added in v.8427