]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- update from AC-branch
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Mar 2007 15:24:17 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.743

libreoffice.spec

index a609032796832ba40eee4db9c3bebbe43e86a6f7..ad95bc00c31ab2495fd093a85bc53f0e5acee5a5 100644 (file)
@@ -2089,6 +2089,10 @@ if [ ! -f /proc/cpuinfo ]; then
        exit 1
 fi
 
+export CC="%{__cc}"
+export CXX="%{__cxx}"
+export CPP="%{__cpp}"
+
 %{__aclocal}
 %{__autoconf}
 
@@ -2098,8 +2102,6 @@ DISTRO="PLD64"
 DISTRO="PLD"
 %endif
 
-export CC="%{__cc}"
-export CXX="%{__cxx}"
 export ENVCFLAGS="%{rpmcflags}"
 # disable STLport 5.1 containers extension, doesn't work with map indexed by enum
 export ENVCFLAGSCXX="%{rpmcflags} -fpermissive -D_STLP_NO_CONTAINERS_EXTENSION"
@@ -2253,6 +2255,9 @@ fi
 
 # main build
 %configure \
+       CC="$CC" \
+       CXX="$CXX" \
+       CPP="$CPP" \
        $CONFOPTS
 
 # this limits processing some files but doesn't limit parallel build
This page took 0.15565 seconds and 4 git commands to generate.