Skip to content

Commit

Permalink
Fix firefox crash after zlib upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pyhalov committed Jul 21, 2013
1 parent b7116ad commit c347f73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/zlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ COMPONENT_PRE_CONFIGURE_ACTION = ( \
$(RM) $(@D)/Makefile $(@D)/zconf.h; \
$(CP) $(SOURCE_DIR)/zconf.h $(@D) )

#Fixes firefox crash with new zlib, don't remove until proper fix
gcc_OPT="-O2"

# Also, the x86 architecture does not require alignment for multi-byte
# loads, so we can define UNALIGNED_OK for x86
CFLAGS.32 += -DUNALIGNED_OK
Expand Down

0 comments on commit c347f73

Please sign in to comment.