diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-04-27 01:14:23 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-04-27 01:14:23 +0200 |
commit | 9525d07396ba8ba30effc234354d6142b5e67895 (patch) | |
tree | ad0e54e66cc14b8609189243a7b9829414fad34a /debian/patches | |
parent | ef24d64900d444f93d86e35d1723e082ed8ee2c1 (diff) | |
download | nx-libs-9525d07396ba8ba30effc234354d6142b5e67895.tar.gz nx-libs-9525d07396ba8ba30effc234354d6142b5e67895.tar.bz2 nx-libs-9525d07396ba8ba30effc234354d6142b5e67895.zip |
nxcompshad: Prevent underlinking by linking to libNX_Xext.
Adds:
- 0650_nxcompshad_link-to-NX_Xext.full.patch
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0650_nxcompshad_link-to-NX_Xext.full.patch | 14 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/0650_nxcompshad_link-to-NX_Xext.full.patch b/debian/patches/0650_nxcompshad_link-to-NX_Xext.full.patch new file mode 100644 index 000000000..c147f15b7 --- /dev/null +++ b/debian/patches/0650_nxcompshad_link-to-NX_Xext.full.patch @@ -0,0 +1,14 @@ +Description: Prevent underlinking by linking to libNX_Xext. +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + +--- a/nxcompshad/Makefile.in ++++ b/nxcompshad/Makefile.in +@@ -148,7 +148,7 @@ all: depend $(LIBARCHIVE) $(LIBDLL) + + else + +-EXTRALIBS = -lNX_Xtst -lNX_Xrandr -lNX_Xdamage ++EXTRALIBS = -lNX_Xext -lNX_Xtst -lNX_Xrandr -lNX_Xdamage + + all: depend $(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE) + diff --git a/debian/patches/series b/debian/patches/series index f28170f05..2c7d970c7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -80,6 +80,7 @@ 0621_nxcompshad_use-correct-library-naming-scheme-on-OS-X.full.patch 0630_nx-X11_fix-underlinking-dlopen-dlsym.full.patch 0640_nx-X11_fix-underlinking-libNX_Xcomposite_damage_fixes.full.patch +0650_nxcompshad_link-to-NX_Xext.full.patch 0990_fix-DEBUG-and-TEST-builds.full.patch 0991_fix-hr-typos.full+lite.patch 0991_fix-hr-typos.full.patch |