From: Arkadiusz Miƛkiewicz Date: Fri, 14 May 2004 21:27:27 +0000 (+0000) Subject: - debug stuff and more accurate hdd space requirements X-Git-Tag: auto/ac/openoffice-1_1_1-5 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=a3f41644f815739bd879e2b799e4849fe846f066;p=packages%2Flibreoffice.git - debug stuff and more accurate hdd space requirements Changed files: libreoffice.spec -> 1.392 --- diff --git a/libreoffice.spec b/libreoffice.spec index baab332..0a15de1 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -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 "