]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- set core ulimit to unlimited + BR gdb and findutils to get automatic backtraces...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Sep 2015 15:09:14 +0000 (17:09 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Sep 2015 15:09:14 +0000 (17:09 +0200)
libreoffice.spec

index 476bd41bec626373eb7ab519261cce4882374ce5..7f8ce79b9fe1626f7d74730854e9c9ad6b0786f2 100644 (file)
@@ -112,9 +112,11 @@ BuildRequires:     cups-devel
 BuildRequires: curl-devel >= 7.9.8
 %{?with_system_db:BuildRequires:       db-devel}
 BuildRequires: dbus-glib-devel >= 0.70
+BuildRequires: findutils
 BuildRequires: flex
 BuildRequires: fontconfig-devel >= 1.0.1
 BuildRequires: freetype-devel >= 2.1
+BuildRequires: gdb
 BuildRequires: glew-devel >= 1.10.0
 BuildRequires: glib2-devel >= 2.13.5
 BuildRequires: gperf
@@ -2880,6 +2882,9 @@ RPM_BUILD_NR_THREADS="1"
 %{__autoconf}
 touch autogen.lastrun
 
+# get automatic backtraces while building (required gdb, too)
+ulimit -c unlimited
+
 export PATH=$PATH:%{_libdir}/interbase/bin
 %configure \
        --with-vendor="%{distribution}" \
This page took 0.229139 seconds and 4 git commands to generate.