This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 74db82da92b051ece70615ed3b21aabbf27100b2 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 20 05:43:41 2017 +0200 x2goclient.spec: respect %{optflags} and pass QMAKE_STRIP=: to fix missing debug info issues. --- debian/changelog | 3 +++ x2goclient.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3cf1b3f..8ac539a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -163,6 +163,9 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium issue. - Makefile: add new QMAKE_OPTS variable so that packagers can pass additional options to qmake directly. + * x2goclient.spec: + - Respect %{optflags} and pass QMAKE_STRIP=: to fix missing debug info + issues. [ Oleksandr Shneyder ] * New upstream version (4.1.0.1): diff --git a/x2goclient.spec b/x2goclient.spec index ea334ee..35c9edf 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -171,7 +171,7 @@ rm -r x2gobrowserplugin* || : %build export PATH=%{_qt4_bindir}:$PATH -make %{?_smp_mflags} +make %{?_smp_mflags} CXXFLAGS="%{optflags}" QMAKE_OPTS="QMAKE_STRIP=:" %install -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git