This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.5.0.x in repository nx-libs. commit 863119ed643f6b43441570161659e9c9d5ae5da5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Feb 14 14:21:52 2015 +0100 Revert "Fix build when LDFLAGS (etc) contains spaces." This reverts commit 4436e97903aa6e2a7732fb98dcb46758a73fe130. --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 2953882..bdb9e64 100755 --- a/debian/rules +++ b/debian/rules @@ -2,10 +2,10 @@ NULL = -export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS --export=cmdline) -export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS --export=cmdline) -export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS --export=cmdline) -export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS --export=cmdline) +export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) +export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) +export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) export LIBDIR = "/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)" export INCLUDEDIR = "/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git