Changeset 24

Show
Ignore:
Timestamp:
12/18/08 17:01:38 (1 year ago)
Author:
tofu.linden
Message:

restore lljpeg usage, sadly. it really must match the viewer one until our
symbol-hiding magic is totally awesome.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/llmozlib2/build_mozilla/linux-libxul-bits/mozconfig

    r14 r24  
    4848  CC="gcc-$GCC_VERSION" 
    4949  CXX="g++-$GCC_VERSION" 
    50 #  CC="ccache gcc-$GCC_VERSION
    51 #  CXX="ccache g++-$GCC_VERSION
     50  CC="ccache gcc-$GCC_VERSION -fno-stack-protector
     51  CXX="ccache g++-$GCC_VERSION -fno-stack-protector
    5252 
    5353  # These must be set for cross builds, and don't hurt straight builds. 
     
    111111#ac_add_options --disable-xft 
    112112 
    113 #ac_add_options --with-system-jpeg=${CURRENTDIR}/../linux-libxul-bits/lljpeg 
     113ac_add_options --with-system-jpeg=${CURRENTDIR}/../linux-libxul-bits/lljpeg 
    114114