[X2Go-Commits] [x2goclient] 05/12: config_linux_static.sh: also switch from -config to CONFIG+='...'.
git-admin at x2go.org
git-admin at x2go.org
Thu Dec 1 21:54:47 CET 2022
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit 5833e69f03a854540283e1f437a5b5c83bfc2790
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Dec 1 20:24:52 2022 +0100
config_linux_static.sh: also switch from -config to CONFIG+='...'.
---
config_linux_static.sh | 2 +-
debian/changelog | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/config_linux_static.sh b/config_linux_static.sh
index a51bac9..d6dc6fe 100755
--- a/config_linux_static.sh
+++ b/config_linux_static.sh
@@ -1,5 +1,5 @@
#!/bin/bash
make distclean
-X2GO_LINUX_STATIC=x2go_linux_static /usr/local/Trolltech/Qt-4.7.1/bin/qmake -config release -spec linux-g++
+X2GO_LINUX_STATIC=x2go_linux_static /usr/local/Trolltech/Qt-4.7.1/bin/qmake CONFIG+='release' -spec linux-g++
diff --git a/debian/changelog b/debian/changelog
index faea010..f4847d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -139,6 +139,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
comparison etc.
- macbuild.sh: qmake never supported -config, it was always
CONFIG(+)='something'.
+ - config_linux_static.sh: also switch from -config to CONFIG+='...'.
* debian/control:
+ Move to debian/control.in.
* debian/control.in:
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list