summarylogtreecommitdiffstats
path: root/0002-fix-libshadow-2.patch
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-27 12:13:04 +0000
committerDaniel Bermond2018-10-27 12:56:59 +0000
commit3ce8034dd0ed3cb4b7ce6f9bd7cf6f935494d672 (patch)
treeffcda07a866bf3df7eb10a67fe4edf59c07e806a /0002-fix-libshadow-2.patch
parent39a180236c14a6f728a5e641e876391da25a6994 (diff)
downloadaur-3ce8034dd0ed3cb4b7ce6f9bd7cf6f935494d672.tar.gz
Updated to version 1.20.3
Diffstat (limited to '0002-fix-libshadow-2.patch')
-rw-r--r--0002-fix-libshadow-2.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/0002-fix-libshadow-2.patch b/0002-fix-libshadow-2.patch
new file mode 100644
index 000000000000..8f6834d62792
--- /dev/null
+++ b/0002-fix-libshadow-2.patch
@@ -0,0 +1,24 @@
+From 9ed4ae9cf207360000742c09007a32ad144b52db Mon Sep 17 00:00:00 2001
+From: fafryd <dz1125.bug.tracker@gmail.com>
+Date: Fri, 25 May 2018 20:17:35 +0200
+Subject: [PATCH] fix libshadow
+
+---
+ hw/xfree86/dixmods/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/hw/xfree86/dixmods/meson.build b/hw/xfree86/dixmods/meson.build
+index 835d23215..6bd8029b6 100644
+--- a/hw/xfree86/dixmods/meson.build
++++ b/hw/xfree86/dixmods/meson.build
+@@ -38,6 +38,7 @@ shared_module(
+
+ install: true,
+ install_dir: module_dir,
++ install_rpath: '$ORIGIN/./',
+ )
+
+ if build_glx
+--
+2.17.0
+