[X2Go-Dev] [X2Go-User] [X2Go-Announcement] New X2Go releases: x2goclient, pyhoca-gui, pyhoca-cli, python-x2go

Jan Engelhardt jengelh at inai.de
Sat Jun 23 19:34:46 CEST 2012


CPPFLAGS must also appear in CFLAGS. (And they are commonly
coming before compiler flags.)

---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: pinentry-x2go_0.7.5.4/configure.ac
===================================================================
--- pinentry-x2go_0.7.5.4.orig/configure.ac
+++ pinentry-x2go_0.7.5.4/configure.ac
@@ -164,7 +164,7 @@ done;
 if test -z "$qmake"; then
 	AC_MSG_ERROR([qmake not found])
 fi;
-cd pinentry-x2go && "$qmake" PREFIX="$prefix" QMAKE_CFLAGS="$CFLAGS" QMAKE_LFLAGS="$LDFLAGS" QMAKE_CXXFLAGS="$CXXFLAGS $CPPFLAGS"
+cd pinentry-x2go && "$qmake" PREFIX="$prefix" QMAKE_CFLAGS="$CPPFLAGS $CFLAGS" QMAKE_LFLAGS="$LDFLAGS" QMAKE_CXXFLAGS="$CPPFLAGS $CXXFLAGS"
 
 AC_MSG_NOTICE([
 	Pinentry-X2Go v${VERSION} has been configured.



More information about the x2go-dev mailing list