]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- debug stuff and more accurate hdd space requirements auto/ac/openoffice-1_1_1-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 14 May 2004 21:27:27 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.392

libreoffice.spec

index baab332f34f31f1f08a5e8de86d5b75e0187e2b0..0a15de124245a394fbc878d860d8dcc85e10e7ec 100644 (file)
@@ -1,5 +1,6 @@
 # NOTE:
-#      - build requires about 8-9GB of disk space
+#      - normal build requires little less than 4GB of disk space
+#      - full debug build requires about 9GB of disk space
 # TODO:
 #      - drop requirement on XFree86-static
 #      - drop requirement on nas-devel
@@ -949,12 +950,18 @@ CONFOPTS=" \
        --with-lang=ALL \
        --with-x \
        --without-fonts \
-       --enable-crashdump=no \
        --enable-fontconfig \
        --enable-libsn \
        --enable-libart \
        --disable-rpath \
+%if 0%{?debug:1}
+       --enable-debug \
+       --enable-crashdump=yes \
+       --enable-symbols=FULL \
+%else
+       --enable-crashdump=no \
        --disable-symbols \
+%endif
        --with-num-cpus=$RPM_BUILD_NR_THREADS
 "
 
This page took 0.120816 seconds and 4 git commands to generate.