summaryrefslogtreecommitdiffstats
path: root/patches/libdmtx-0.7.2/0001-fix-search-paths-when-building-python-bindings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/libdmtx-0.7.2/0001-fix-search-paths-when-building-python-bindings.patch')
-rw-r--r--patches/libdmtx-0.7.2/0001-fix-search-paths-when-building-python-bindings.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches/libdmtx-0.7.2/0001-fix-search-paths-when-building-python-bindings.patch b/patches/libdmtx-0.7.2/0001-fix-search-paths-when-building-python-bindings.patch
index d95eef823..01955ee2e 100644
--- a/patches/libdmtx-0.7.2/0001-fix-search-paths-when-building-python-bindings.patch
+++ b/patches/libdmtx-0.7.2/0001-fix-search-paths-when-building-python-bindings.patch
@@ -2,6 +2,11 @@ From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Thu, 26 May 2011 10:34:48 +0200
Subject: [PATCH] fix search paths when building python bindings
+The code is searching for it's own libs+includes only in /usr/local,
+instead of just taking the variants it provides itself. This also does
+not work if we cross compile or build distributions, with DESTDIR != /.
+
+Forwarded: no
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
wrapper/python/Makefile | 2 +-