From 4875eaf9ce7345802e10aa49490f9f6a190df38e6d06db7b9dcb49ecdb3892fe Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Fri, 8 Feb 2013 17:50:40 +0000 Subject: [PATCH] Accepting request 154944 from home:MargueriteSu:branches:M17N disable DENABLE_DEBUG to avoid polluting .xsession-errors OBS-URL: https://build.opensuse.org/request/show/154944 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=63 --- fcitx.changes | 5 +++++ fcitx.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/fcitx.changes b/fcitx.changes index 86609ca..61f2fbf 100644 --- a/fcitx.changes +++ b/fcitx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 8 17:40:06 UTC 2013 - i@marguerite.su + +- disable DENABLE_DEBUG to avoid polluting .xsession-errors. + ------------------------------------------------------------------- Tue Feb 5 14:11:50 CET 2013 - mls@suse.de diff --git a/fcitx.spec b/fcitx.spec index 32f318b..2281b54 100644 --- a/fcitx.spec +++ b/fcitx.spec @@ -386,6 +386,7 @@ cd build # fix dlopen-ed library name cmake .. \ + -DCMAKE_BUILD_TYPE=Release \ -DOPENCC_LIBRARY_FILENAME=libopencc.so.1 \ -DENCHANT_LIBRARY_FILENAME=libenchant.so.1 \ -DPRESAGE_LIBRARY_FILENAME=libpresage.so.1 \ @@ -400,7 +401,6 @@ cmake .. \ %endif -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DLIB_INSTALL_DIR=%{_libdir} \ - -DENABLE_DEBUG=On \ -DENABLE_LUA=On # fix gobject-introspection build