]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- few env variables before configure makes firefox working
authormaho <maho@pld-linux.org>
Sun, 10 Oct 2004 23:54:29 +0000 (23:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- /usr/bin/mozilla-firefox

Changed files:
    mozilla-firefox.spec -> 1.39

mozilla-firefox.spec

index 18b0aed88d772be4f6c893dc1061d02e6694605c..fa4d0380167e767bcced00ac2f4190609184ad01 100644 (file)
@@ -83,6 +83,8 @@ Angloj
 export CFLAGS="%{rpmcflags}"
 export CXXFLAGS="%{rpmcflags}"
 export MOZ_PHOENIX="1"
+export BUILD_OFFICIAL="1"
+export MOZILLA_OFFICIAL="1"
 
 cp -f %{_datadir}/automake/config.* build/autoconf
 cp -f %{_datadir}/automake/config.* nsprpub/build/autoconf
@@ -119,8 +121,8 @@ cp -f %{_datadir}/automake/config.* directory/c-sdk/config/autoconf
        --enable-xft \
        --enable-default-toolkit="gtk2" \
        --with-pthreads \
-       --with-system-jpeg \
        --without-system-nspr \
+       --with-system-jpeg \
        --with-system-png \
        --with-system-zlib \
        --enable-single-profile \
This page took 0.040057 seconds and 4 git commands to generate.