]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- use --with-arch=x86 on x86
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 13 Feb 2005 00:58:08 +0000 (00:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.496

libreoffice.spec

index e603293b09bf997055367d2d7c3d8c6232ea7e55..6bd4050e09c49c6ba60b9fe9a19732c411558ac5 100644 (file)
@@ -1878,6 +1878,9 @@ RPM_BUILD_NR_THREADS="%(echo "%{__make}" | sed -e 's#.*-j\([[:space:]]*[0-9]\+\)
 [ "$RPM_BUILD_NR_THREADS" = "%{__make}" ] && RPM_BUILD_NR_THREADS=1
 
 CONFOPTS=" \
+%ifarch %{ix86} \
+       --with-arch=x86 \
+%endif
 %ifarch ppc
        --with-arch=ppc \
 %endif
This page took 0.070185 seconds and 4 git commands to generate.