[X2go-Commits] nx-libs.git - master (branch) updated: redist-client/3.5.0.16-27-g682c807
X2Go dev team
git-admin at x2go.org
Thu Dec 13 12:37:19 CET 2012
The branch, master has been updated
via 682c8070563310272890f8bd6364216e2e6d007b (commit)
from e559c7522f1c4883b7e1a190ec4d1ded4d99b856 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 682c8070563310272890f8bd6364216e2e6d007b
Author: Reinhard Tartler <siretart at tauware.de>
Date: Thu Dec 13 12:19:20 2012 +0100
fix installation of libxcompext
the symlink libXcompext.so.3 was not installed correctly.
Spotted by Orion Poplawski orion at cora.nwra.com
-----------------------------------------------------------------------
Summary of changes:
...xcompext_makefile-uninstall+autoconf.full.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/patches/013_nxcompext_makefile-uninstall+autoconf.full.patch b/debian/patches/013_nxcompext_makefile-uninstall+autoconf.full.patch
index f6c522a..b704fc1 100644
--- a/debian/patches/013_nxcompext_makefile-uninstall+autoconf.full.patch
+++ b/debian/patches/013_nxcompext_makefile-uninstall+autoconf.full.patch
@@ -40,7 +40,7 @@ Last-Update: 2012-02-14
+ ./mkinstalldirs $(DESTDIR)${libdir}/nx
+ ./mkinstalldirs $(DESTDIR)${includedir}/nx
+ $(INSTALL_DATA) $(LIBFULL) $(DESTDIR)${libdir}/nx
-+ $(INSTALL_DATA) libXcompext.so.3 $(DESTDIR)${libdir}/nx
++ $(INSTALL_LINK) libXcompext.so.3 $(DESTDIR)${libdir}/nx
+ $(INSTALL_LINK) libXcompext.so $(DESTDIR)${libdir}/nx
+ $(INSTALL_DATA) NX*.h $(DESTDIR)${includedir}/nx
+ echo "Running ldconfig tool, this may take a while..." && ldconfig || true
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
More information about the x2go-commits
mailing list