diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-12 21:13:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-12 22:24:24 +0200 |
commit | 8383e25bf9e2b284f7dfb7ed234dec8d46c7a8cc (patch) | |
tree | 1d919123afe43c70ff73a0e9fadc47d7c65f49e0 /distro-configs | |
parent | 0febae7a407364f1d565f4d1ce2ac1a55ca02876 (diff) |
use --with-idlc-cpp=cpp instead of --with-system-ucpp
for these special targets now where we want to avoid building ucpp
Change-Id: I9ffa6f4148e8b5cafd7d34df4f2e18ec6f6c75c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120413
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeCoverity.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeOssFuzz.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distro-configs/LibreOfficeCoverity.conf b/distro-configs/LibreOfficeCoverity.conf index 5fd489727fc9..51f80628701a 100644 --- a/distro-configs/LibreOfficeCoverity.conf +++ b/distro-configs/LibreOfficeCoverity.conf @@ -8,9 +8,9 @@ --disable-skia --enable-gstreamer-1-0 --enable-option-checking=fatal +--with-idlc-cpp=cpp --with-system-libs --with-system-headers ---with-system-ucpp --without-system-cppunit --enable-dbus --enable-extension-integration diff --git a/distro-configs/LibreOfficeOssFuzz.conf b/distro-configs/LibreOfficeOssFuzz.conf index 264e2aa9c06b..1e7a1bf21992 100644 --- a/distro-configs/LibreOfficeOssFuzz.conf +++ b/distro-configs/LibreOfficeOssFuzz.conf @@ -26,12 +26,12 @@ --disable-skia --disable-xmlhelp --disable-zxing +--with-idlc-cpp=cpp --with-locales=en --with-system-altlinuxhyph --with-system-expat --with-system-liblangtag --with-system-openssl ---with-system-ucpp --with-system-epoxy --with-system-zlib --without-fonts |