diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2015-04-26 20:13:12 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-04-26 20:13:12 +0200 |
commit | ca36175735d4ad5d389b3b7797391ff36b1854ba (patch) | |
tree | 68bad4cde60835b404f2ec876fdb9cff9ba1d840 /debian/changelog | |
parent | 952e320cda19d7014b3b81b98961b5c724c7d46d (diff) | |
download | nx-libs-ca36175735d4ad5d389b3b7797391ff36b1854ba.tar.gz nx-libs-ca36175735d4ad5d389b3b7797391ff36b1854ba.tar.bz2 nx-libs-ca36175735d4ad5d389b3b7797391ff36b1854ba.zip |
nx-X11: link to libdl to fix undefined references to 'dlopen' and 'dlsym'. Fixes: #853.
v2: generally link to libdl in all of nx-X11. (Mike Gabriel)
Adds:
- 0630_nx-X11_fix-underlinking-dlopen-dlsym.full.patch
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ac212a802..0534c5e91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,13 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low Affects: - 0990_fix-DEBUG-and-TEST-builds.full.patch + [ Bernard Cafarelli ] + * nx-X11: link to libdl to fix undefined references to 'dlopen' and 'dlsym'. + Fixes: #853. + v2: generally link to libdl in all of nx-X11. (Mike Gabriel) + Adds: + - 0630_nx-X11_fix-underlinking-dlopen-dlsym.full.patch + -- X2Go Release Manager <git-admin@x2go.org> Tue, 17 Mar 2015 19:19:32 +0100 nx-libs (2:3.5.0.31-0x2go1) unstable; urgency=low |