diff options
Diffstat (limited to 'firefox-mozconfig')
| -rw-r--r-- | firefox-mozconfig | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 370e953..d3452b7 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -4,7 +4,6 @@ ac_add_options --prefix="$PREFIX"  ac_add_options --libdir="$LIBDIR"  ac_add_options --with-system-jpeg  ac_add_options --with-system-zlib -#ac_add_options --with-system-png  ac_add_options --with-system-libvpx  ac_add_options --with-pthreads  ac_add_options --disable-tests @@ -35,4 +34,4 @@ export BUILD_OFFICIAL=1  export MOZILLA_OFFICIAL=1  mk_add_options BUILD_OFFICIAL=1  mk_add_options MOZILLA_OFFICIAL=1 -mk_add_options MOZ_OBJDIR=@TOPSRCDIR@ +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir  | 
