summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-06-22 23:16:11 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2011-06-22 23:16:11 +0200
commit88dd278e99b571d1392d690786c645dd722c6212 (patch)
treed55121518bc2682b1e8c4d32958fae65f3d24880
parentf764ca6c4b5e0f468abce9c93d4b6f836c516922 (diff)
downloadptxdist-88dd278e99b571d1392d690786c645dd722c6212.tar.gz
ptxdist-88dd278e99b571d1392d690786c645dd722c6212.tar.xz
libdmtx: add patch tag
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-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 +-