Commit e6fa2ca3 authored by Mike Gabriel's avatar Mike Gabriel

Fix of nxproxy build in main Makefile (modifies 001_add-main-makefile.patch).

parent b3d3ea7d
......@@ -18,5 +18,7 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
* Add patch: 008_add-nxproxy-wrapper.patch. Build nxproxy package.
* Add patch: 009_nxproxy-add-man-page.patch.
* Add nxproxy man page to nxproxy package.
* Fix of nxproxy build in main Makefile (modifies
001_add-main-makefile.patch).
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
......@@ -27,7 +27,7 @@
+ cd nxcompext && autoconf
+ cd nxcompshad && autoconf
+ cd nx-X11 && make World
+ cd nxproxy && autoconf
+ cd nxproxy && autoconf && configure && make
+
+build-indep:
+
......
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