Commit 1537eb05 authored by Mike Gabriel's avatar Mike Gabriel Committed by Mihai Moldovan

debian/Makefile.nx-libs: make sure that 'make all' only calls 'make build' and…

debian/Makefile.nx-libs: make sure that 'make all' only calls 'make build' and _not_ the global '%:' ruleset afterwards. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
parent fb55fc3e
......@@ -30,7 +30,8 @@ SHELL:=/bin/bash
if test -f nx-X11/Makefile; then ${MAKE} -C nx-X11 $@; fi; \
fi
all: build
all:
${MAKE} build
test:
echo "No testing for NX (redistributed)"
......
......@@ -41,6 +41,11 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low
* Xinerama symlinking: Attach Xinerama symlinking to nxagent bin:package (and
not libnx-xinerama1).
Backported from Arctica GH 3.6.x branch.
* debian/Makefile.nx-libs:
+ Make sure that 'make all' only calls 'make build' and _not_ the global
'%:' ruleset afterwards.
Backported from Arctica GH 3.6.x branch.
v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
[ Ulrich Sibiller ]
* nx-X11: Backport CVE-2017-2624 (timingsafe_memcmp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment